marginal_summary {RoBMA} | R Documentation |
Summarize marginal estimates of a fitted RoBMA regression object
Description
marginal_summary
creates summary tables for
marginal estimates of a RoBMA regression model.
Usage
marginal_summary(
object,
conditional = FALSE,
output_scale = NULL,
probs = c(0.025, 0.975),
logBF = FALSE,
BF01 = FALSE
)
Arguments
object |
a fitted RoBMA regression object |
conditional |
show the conditional estimates (assuming that the alternative is true). |
output_scale |
transform the meta-analytic estimates to a different
scale. Defaults to |
probs |
quantiles of the posterior samples to be displayed.
Defaults to |
logBF |
show log of Bayes factors. Defaults to |
BF01 |
show Bayes factors in support of the null hypotheses. Defaults to
|
Value
marginal_summary
returns a list of tables of class 'BayesTools_table'.
See Also
RoBMA()
, summary.RoBMA()
, diagnostics()
, check_RoBMA()
[Package RoBMA version 3.1.0 Index]