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