tidy.marginalmeans | R Documentation |
marginalmeans
objectTidy a marginalmeans
object
## S3 method for class 'marginalmeans' tidy(x, conf_level = 0.95, transform_avg = NULL, ...)
x |
An object produced by the |
conf_level |
numeric value between 0 and 1. Confidence level to use to build a confidence interval. The default |
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 |
A "tidy" data.frame
of summary statistics which conforms to the
broom
package specification.
Other summary:
glance.marginaleffects()
,
reexports
,
summary.comparisons()
,
summary.marginaleffects()
,
summary.marginalmeans()
,
summary.predictions()
,
tidy.comparisons()
,
tidy.deltamethod()
,
tidy.marginaleffects()
,
tidy.predictions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.