Conversation
…els") fixes: #72 + unit test updates
Contributor
There was a problem hiding this comment.
Pull request overview
This release adds comprehensive vignettes for multilevel meta-analysis capabilities, improves model summary functionality for spike-and-slab algorithm fits, and enhances z-curve plotting control.
- New "Explanation" vignette providing navigation guide through all package vignettes
- Two new vignettes demonstrating multilevel robust Bayesian meta-analysis and meta-regression with real data examples
- Enhanced
summary()function to provide publication bias model type summaries for models fitted withalgorithm = "ss" - Improved plotting control for z-curve visualizations with additional graphical parameters
Reviewed changes
Copilot reviewed 31 out of 89 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| vignettes/Explanation.Rmd | New guide vignette helping users navigate to appropriate analysis documentation |
| vignettes/MultilevelRoBMA.Rmd | New vignette demonstrating multilevel meta-analysis with the Johnides2025 dataset |
| vignettes/MultilevelRoBMARegression.Rmd | New vignette showing multilevel meta-regression with prior rescaling for non-standardized effect sizes |
| vignettes/ZCurveDiagnostics.Rmd | Fixed duplicate code lines in legend example |
| tests/testthat/test-05-methods.R | Updated tests to exclude spike-and-slab models from certain summary checks |
| tests/results/summary.models/9.txt | Removed test reference file for spike-and-slab model summary |
| man/lines.zcurve_RoBMA.Rd | Updated documentation with clearer parameter descriptions for plotting |
| tests/testthat/_snaps/06-plots/*.svg | Updated plot snapshots reflecting minor precision changes in rendering |
| tests/testthat/_snaps/11-zcurve/*.svg | Updated z-curve plot snapshots with improved histogram rendering (rect vs polygon) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features
Explanationvignette that helps navigate users through the vignettessummary()function now provides publication bias model type summary (type = "models") for models fitted usingalgorithm = "ss"plot.zcurve_RoBMA(i.e., specifying col, border, etc for the individual elements)fixes: #72