-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* down-weighting * rename main.R->RoBMA.R * RoBMA.reg * summary functions * fixes * rename main.R->RoBMA.R * RoBMA.reg * summary functions * fixes * additional fixes * updating unit tests * plot function * updating diagnostics to BayesTools * fix plots * do_not_fit feature * do_not_fit feature (2) * fixing the weights parameterization * add the students data set * add the students data set (1) * fixes * vignette updates (1) * additional models * additional models II * additional models (3) * updates * updating the vignette --still not done yet * almost finished vignette draft * more model results * Create fit_wPSMA_reg10.RDS * updating vignettte * Update .gitignore * Create fit_PSMA_reg10.RDS * Create fit_3PP_reg10 * changing the multivariate normal C++ implementation to the same one as in bugs * fit_3PP_reg10 (non-converged) * fix multivariate * updating hierarchical model specification & adding a vignette * Update fit_3PP_reg10.RDS * fixes and update unit tests * add AMPPS vignette * updates * updates * include Lui2-15 data data set & update the vignette * adding inverse_sqrt weights * fixing data input checks * ggplot2 unit test updates * Update utilities.R * update with BayesTools * remove old meta-regression viggnete & change defaults priors for factors/covariates * add predictor scaling warning * Update plots.R * Update DESCRIPTION * Update RoBMA.R * check_setup.reg() + fixes * unit tests 3-5 * unit test 6 * unit test 7 * coverage on windows (?) * Revert "coverage on windows (?)" This reverts commit 78b4880. * reparameterization of the `weighted` models experimental feature (vol I) * undo reparameterization of the `weighted` models experimental feature * update documentation * Update check-input-and-settings.R * improving regression specification * update documentation * Update test-2-distributions.R * add unit tests for regression parameters & update R4.3 tests * updating summary.RoBMA.Rd * update with BayesTools * Update test-5-methods.R * marginal functions + unit test update * unit tests + small fixes * change coverage tests * Update utilities.R * add regression CRAN test and mute mesages * small updates * update README * Update prior_informed.Rd * update actions
- Loading branch information
Showing
226 changed files
with
14,677 additions
and
2,855 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: RoBMA | ||
Title: Robust Bayesian Meta-Analyses | ||
Version: 2.3.2 | ||
Version: 3.0.0 | ||
Maintainer: František Bartoš <[email protected]> | ||
Authors@R: c( | ||
person("František", "Bartoš", role = c("aut", "cre"), | ||
|
@@ -21,9 +21,9 @@ Description: A framework for estimating ensembles of meta-analytic models | |
combine the competing meta-analytic models into a model ensemble, weights | ||
the posterior parameter distributions based on posterior model probabilities | ||
and uses Bayes factors to test for the presence or absence of the | ||
individual components (e.g., effect vs. no effect; Bartoš et al., 2021, | ||
<doi:10.31234/osf.io/kvsp7>; Maier, Bartoš & Wagenmakers, in press, | ||
<doi:10.31234/osf.io/u4cns>). Users can define a wide range of non-informative | ||
individual components (e.g., effect vs. no effect; Bartoš et al., 2022, | ||
<doi:10.1002/jrsm.1594>; Maier, Bartoš & Wagenmakers, 2022, | ||
<doi:10.1037/met0000405>). Users can define a wide range of non-informative | ||
or informative prior distributions for the effect size, heterogeneity, | ||
and publication bias components (including selection models and PET-PEESE). | ||
The package provides convenient functions for summary, visualizations, and | ||
|
@@ -40,10 +40,9 @@ NeedsCompilation: yes | |
Depends: | ||
R (>= 4.0.0) | ||
Imports: | ||
BayesTools (>= 0.2.0), | ||
BayesTools (>= 0.2.14), | ||
runjags, | ||
rjags, | ||
coda, | ||
stats, | ||
graphics, | ||
mvtnorm, | ||
|
@@ -53,8 +52,11 @@ Imports: | |
ggplot2 | ||
Suggests: | ||
parallel, | ||
rstan, | ||
metaBMA, | ||
metafor, | ||
weightr, | ||
fixest, | ||
metadat, | ||
testthat, | ||
vdiffr, | ||
knitr, | ||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
060b631
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FBartos Something here has broken builds with Clang: #28