Skip to contents

You can use broom::tidy() and broom::glance() for "tidy" methods of storing sim_margins output.

Usage

# S3 method for sim_margins
tidy(x, conf.level = 0.95, ...)

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

Arguments

x

The sim_margins object

conf.level

The width of confidence intervals. Default is .95 (95%).

...

Ignored.