Skip to content

Comments

3.6.1#76

Merged
FBartos merged 16 commits intomasterfrom
3.6.1
Dec 17, 2025
Merged

3.6.1#76
FBartos merged 16 commits intomasterfrom
3.6.1

Conversation

@FBartos
Copy link
Owner

@FBartos FBartos commented Dec 7, 2025

Features

  • Explanation vignette that helps navigate users through the vignettes
  • two vignettes demonstrating robust Bayesian meta-analysis and meta-regressions
  • summary() function now provides publication bias model type summary (type = "models") for models fitted using algorithm = "ss"
  • improves control over plot.zcurve_RoBMA (i.e., specifying col, border, etc for the individual elements)

fixes: #72

Copilot AI review requested due to automatic review settings December 7, 2025 14:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 with algorithm = "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)

@FBartos FBartos merged commit 3a30261 into master Dec 17, 2025
4 checks passed
@FBartos FBartos deleted the 3.6.1 branch December 18, 2025 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable model summary for algorithm = 'ss' in summary(fit, type = "models")

1 participant