Learn R Programming

statsExpressions (version 0.6.2)

tidy_model_parameters: Convert parameters output to tidymodels convention

Description

Convert parameters output to tidymodels convention

Usage

tidy_model_parameters(model, ...)

Arguments

model

Statistical Model.

...

Arguments passed to or from other methods. Non-documented arguments are digits, p_digits and ci_digits to set the number of digits for the output. See 'Examples' in model_parameters.default.

Examples

Run this code
# NOT RUN {
model <- lm(mpg ~ wt + cyl, data = mtcars)
tidy_model_parameters(model)
# }

Run the code above in your browser using DataLab