Releases: FBartos/RoBMA
Releases · FBartos/RoBMA
RoBMA 3.6.0
Features
funnel()
plot to visualize residuals vs the expected sampling distribution forRoBMA()
andRoBMA.reg()
models when using thealgorithm = "ss"
residuals()
method forRoBMA()
andRoBMA.reg()
models when using thealgorithm = "ss"
as_zcurve()
function to transform meta-analytic models into a z-curve style object, only available forRoBMA()
andRoBMA.reg()
fitted using thealgorithm = "ss"
plot()
,summary()
, andprint()
functions for theas_zcurve
objects
RoBMA 3.5.1
Features
summary()
function now supports astandardized_coefficients
argument to report either standardized (default) or raw meta-regression coefficientsextract()
function to extract the posterior samples of the model parameterstrue_effects()
function to summarize the true effect size estimates ofRoBMA()
andRoBMA.reg()
models when using thealgorithm = "ss"
predict()
method forRoBMA()
andRoBMA.reg()
models when using thealgorithm = "ss"
Fixes
- fitting a meta-regression using predictors with missing values result in a clear error message
Changes
- improving the speed of unit tests
RoBMA 3.5.0
version 3.5
Features
- approximate and computationally feasibly 3lvl selection models via the
RoBMA()
andRoBMA.reg()
functions with thestudy_ids
argument when usingalgorithm = "ss"
- 3lvl binomial-normal models for binary data via the
BiBMA
andBiBMA.reg
functions with thestudy_ids
argument when usingalgorithm = "ss"
pooled_effect()
function to compute the pooled effect size from theRoBMA.reg
,NoBMA.reg
, andBiBMA.reg
modelsadjusted_effect()
function to compute the adjusted effect size from theRoBMA.reg
,NoBMA.reg
, andBiBMA.reg
models- enables
summary_heterogeneity()
for BiBMA models
Fixes
- passing and checks of the
study_ids
andstudy_labels
arguments - PEESE prior distribution now scale as 1/scale instead of 1/scale^2 with the
rescale_priors
argument - the conditional prediction interval based on
summary_heterogeneity()
is now conditional on the presence of the effect - additional minor prior handling fixes (i.e., missing marginal estimates when only alternative prior distributions were specified etc)
- diagnostics with mixture baseline priors when using
algorithm = "ss"
summary_heterogeneity()
with only a single study does not produce relative heterogeneity instead of crashing
RoBMA 3.4.0
Features
- adding binomial-normal meta-regression models for binary data via the
BiBMA.reg
function - the spike and slab algorithm for faster model estimation via the
algorithm = "ss"
argument for BiBMA models - default prior distributions for all parameters of BiBMA models are now set via the
set_default_binomial_priors()
function
RoBMA 3.3.0
Features
- the spike and slab algorithm for faster model estimation via the
algorithm = "ss"
argument (see a new vignette for more details) - refactoring of the JAGS C++ code of weighted distributions and exporting of the lpdfs into JAGS (maintenance)
- weights_mix JAGS prior distribution to sample a mixture of weight functions directly
Fixes
- incorrectly omitting models with more than one predictor when computing conditional marginal summary
RoBMA 3.2.0
Features
summary_heterogeneity()
function to summarize the heterogeneity of the RoBMA models (prediction interval, tau, tau^2, I^2, and H^2)check_RoBMA_convergence()
function to check the convergence of the RoBMA models- adds informed prior distributions for binary and time-to-event outcomes via BayesTools 0.2.17
Fixes
- checking and fixing the number of available cores upon loading the package (hopefully fixes some parallelization issues)
update()
function re-evaluates convergence checks of individual models (#34)- typos and minor issues in the vignettes
RoBMA 3.1.0
Features
- binomial-normal models for binary data via the
BiBMA
function NoBMA
andNoBMA.reg()
functions as wrappers aroundRoBMA
RoBMA.reg()
functions for simpler specification of publication bias unadjusted Bayesian model-averaged meta-analysis- adding odds ratios output transformation`
- extending (instead of a complete refitting) of models via the
update.RoBMA()
function (only non-converged models by default or all by settingextend_all = TRUE
)
Fixes
- handling of non-converged models
RoBMA 3.0.1
RoBMA 3.0
Features
- meta-regression with
RoBMA.reg()
function - posterior marginal summary and plots for the
RoBMA.reg
models withsummary_marginal()
andplot_marginal()
functions - new vignette on hierarchical Bayesian model-averaged meta-analysis
- new vignette on robust Bayesian model-averaged meta-regression
- adding vignette from AMPPS tutorial
- faster implementation of JAGS multivariate normal distribution (based on the BUGS JAGS module)
- incorporating
weight
argument in theRoBMA
andcombine_data
functions in order to passcustom
likelihood weights - ability to use inverse square weights in the weighted meta-analysis by setting a
weighted_type = "inverse_sqrt"
argument
Changes
- reworked interface for the hierarchical models. Prior distributions are now specified via the
priors_hierarchical
andpriors_hierarchical_null
arguments instead ofpriors_rho
andpriors_rho_null
. The model summary now showsHierarchical
component summary.
RoBMA 2.3.2
Fixes
- suppressing start-up message
- cleaning up imports