check_setup.BiBMA {RoBMA} | R Documentation |
Prints summary of "BiBMA.reg"
ensemble implied by the specified priors
and formula
Description
check_setup
prints summary of "RoBMA.reg"
ensemble
implied by the specified prior distributions. It is useful for checking
the ensemble configuration prior to fitting all of the models.
Usage
check_setup.BiBMA(
priors_effect = prior(distribution = "student", parameters = list(location = 0, scale =
0.58, df = 4)),
priors_heterogeneity = prior(distribution = "invgamma", parameters = list(shape = 1.77,
scale = 0.55)),
priors_effect_null = prior(distribution = "point", parameters = list(location = 0)),
priors_heterogeneity_null = prior(distribution = "point", parameters = list(location =
0)),
priors_baseline = NULL,
priors_baseline_null = prior_factor("beta", parameters = list(alpha = 1, beta = 1),
contrast = "independent"),
models = FALSE,
silent = FALSE,
...
)
Arguments
priors_effect |
list of prior distributions for the effect size ( |
priors_heterogeneity |
list of prior distributions for the heterogeneity |
priors_effect_null |
list of prior distributions for the effect size ( |
priors_heterogeneity_null |
list of prior distributions for the heterogeneity |
priors_baseline |
prior distributions for the alternative hypothesis about
intercepts ( |
priors_baseline_null |
prior distributions for the null hypothesis about
intercepts ( |
models |
should the models' details be printed. |
silent |
whether all print messages regarding the fitting process
should be suppressed. Defaults to |
... |
additional arguments. |
Value
check_setup.reg
invisibly returns list of summary tables.