R/marginal.R
marginal_summary.Rd
marginal_summary
creates summary tables for
marginal estimates of a RoBMA regression model.
marginal_summary(
object,
conditional = FALSE,
output_scale = NULL,
probs = c(0.025, 0.975),
logBF = FALSE,
BF01 = FALSE
)
a fitted RoBMA regression object
show the conditional estimates (assuming that the alternative is true).
transform the meta-analytic estimates to a different
scale. Defaults to NULL
which returns the same scale as the model was estimated on.
quantiles of the posterior samples to be displayed.
Defaults to c(.025, .975)
show log of Bayes factors. Defaults to FALSE
.
show Bayes factors in support of the null hypotheses. Defaults to
FALSE
.
marginal_summary
returns a list of tables of class 'BayesTools_table'.