View source: R/marginal_means.R
| summary.marginal_means.brma | R Documentation |
Summarizes estimated marginal means stored in a
marginal_means.brma object using
BayesTools::marginal_estimates_table().
## S3 method for class 'marginal_means.brma'
summary(
object,
type = NULL,
probs = c(0.025, 0.5, 0.975),
logBF = FALSE,
BF01 = FALSE,
bf = NULL,
output_measure = NULL,
transform = NULL,
...
)
object |
a |
type |
for RoBMA product-space objects, whether to summarize
model-averaged ( |
probs |
quantiles of the posterior distribution to be displayed.
Defaults to |
logBF |
whether to show inclusion Bayes factors on the log scale.
Defaults to |
BF01 |
whether to show inverse inclusion Bayes factors. Defaults to
|
bf |
whether to show inclusion Bayes factors. Defaults to the setting
stored by |
output_measure |
effect-size measure for location/effect predictions.
Defaults to the fitted measure. Supported conversions are among |
transform |
optional display transformation. Currently |
... |
additional arguments (currently ignored). |
A BayesTools_table of class
summary.marginal_means.brma.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.