Learn R Programming

marginaleffects (version 0.8.1)

glance.marginaleffects: Glance at key characteristics of an object

Description

Glance at key characteristics of an object

Usage

# S3 method for marginaleffects
glance(x, ...)

Arguments

x

An object produced by the marginaleffects function.

...

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.

See Also

Other summary: reexports, summary.comparisons(), summary.marginaleffects(), summary.marginalmeans(), summary.predictions(), tidy.comparisons(), tidy.deltamethod(), tidy.marginaleffects(), tidy.marginalmeans(), tidy.predictions()