tidy.sim_margins {interactions} | R Documentation |
sim_margins()
objects.You can use broom::tidy()
and broom::glance()
for "tidy"
methods of storing sim_margins
output.
## S3 method for class 'sim_margins'
tidy(x, conf.level = 0.95, ...)
## S3 method for class 'sim_margins'
glance(x, ...)
x |
The |
conf.level |
The width of confidence intervals. Default is .95 (95%). |
... |
Ignored. |