marginalmeans
objectSummarize a marginalmeans
object
# S3 method for marginalmeans
summary(object, transform_avg = NULL, conf_level = 0.95, ...)
Data frame of summary statistics for an object produced by the
marginalmeans
function
An object produced by the marginalmeans
function
A function applied to the estimates and confidence intervals after the unit-level estimates have been averaged.
numeric value between 0 and 1. Confidence level to use to build a confidence interval.
Additional arguments are passed to the predict()
method
supplied by the modeling package.These arguments are particularly useful
for mixed-effects or bayesian models (see the online vignettes on the
marginaleffects
website). Available arguments can vary from model to
model, depending on the range of supported arguments by each modeling
package. See the "Model-Specific Arguments" section of the
?marginaleffects
documentation for a non-exhaustive list of available
arguments.
Other summary:
glance.marginaleffects()
,
reexports
,
summary.comparisons()
,
summary.marginaleffects()
,
summary.predictions()
,
tidy.comparisons()
,
tidy.deltamethod()
,
tidy.marginaleffects()
,
tidy.marginalmeans()
,
tidy.predictions()