
parameters
package output to tidyverse
conventionsConvert parameters
package output to tidyverse
conventions
tidy_model_parameters(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()
.
# NOT RUN {
model <- lm(mpg ~ wt + cyl, data = mtcars)
tidy_model_parameters(model)
# }
Run the code above in your browser using DataLab