Summarizes estimated marginal means stored in a
marginal_means.brma object using
BayesTools::marginal_estimates_table().
Arguments
- object
a
marginal_means.brmaobject.- type
for RoBMA product-space objects, whether to summarize model-averaged (
"averaged") or conditional ("conditional") marginal means. Defaults to"averaged"and is available only for RoBMA marginal means.- probs
quantiles of the posterior distribution to be displayed. Defaults to
c(.025, .50, .975).- logBF
whether to show inclusion Bayes factors on the log scale. Defaults to
FALSE.- BF01
whether to show inverse inclusion Bayes factors. Defaults to
FALSE.- bf
whether to show inclusion Bayes factors. Defaults to the setting stored by
marginal_means().- output_measure
effect-size measure for location/effect predictions. Defaults to the fitted measure. Supported conversions are among
"SMD","COR","ZCOR", and"OR";"RR","HR","IRR","RD", and"GEN"can only be returned on their fitted measure. Usetransform = "EXP"for ratio-scale output from log-scale measures.- transform
optional display transformation. Currently
"EXP"exponentiates log-scale measures"OR","RR","HR", and"IRR".- ...
additional arguments (currently ignored).