Learn R Programming

statsExpressions (version 1.2.0)

tidy_model_parameters: Convert parameters package output to tidyverse conventions

Description

Convert parameters package output to tidyverse conventions

Usage

tidy_model_parameters(model, ...)

Arguments

model

Statistical Model.

...

Arguments passed to or from other methods. Non-documented arguments are digits, p_digits, ci_digits and footer_digits to set the number of digits for the output. group can also be passed to the print() method. See details in print.parameters_model() and '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