summary.marginaleffects | R Documentation |
marginaleffects
objectSummarize a marginaleffects
object
## S3 method for class 'marginaleffects' summary(object, conf_level = NULL, ...)
object |
An object produced by the |
conf_level |
numeric value between 0 and 1. Confidence level to use to build a confidence interval. |
... |
Additional arguments are passed to the |
Data frame of summary statistics for an object produced by the
marginaleffects
function
Other summary:
glance.marginaleffects()
,
reexports
,
summary.comparisons()
,
summary.marginalmeans()
,
summary.predictions()
,
tidy.comparisons()
,
tidy.deltamethod()
,
tidy.marginaleffects()
,
tidy.marginalmeans()
,
tidy.predictions()
mod <- lm(mpg ~ hp * wt + factor(gear), data = mtcars) mfx <- marginaleffects(mod) # average marginal effects summary(mfx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.