interactions (version 1.1.1)

tidy.sim_slopes: Tidiers for sim_slopes() objects.

Description

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

Usage

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

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

Arguments

x

The sim_slopes object

conf.level

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

...

Ignored.