Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tidy_parameters

Tidy a model with parameters package


Description

Use parameters::model_parameters() to tidy a model and apply parameters::standardize_names(style = "broom") to the output

Usage

tidy_parameters(x, conf.int = TRUE, conf.level = 0.95, ...)

Arguments

x

a model

conf.int

logical indicating whether or not to include a confidence interval in the tidied output

conf.level

the confidence level to use for the confidence interval

...

additional parameters passed to parameters::model_parameters()

See Also

Other custom_tieders: tidy_with_broom_or_parameters()

Examples

if (require(parameters)) {
  lm(Sepal.Length ~ Sepal.Width + Species, data = iris) %>%
    tidy_parameters()
}

broom.helpers

Helpers for Model Coefficients Tibbles

v1.3.0
GPL-3
Authors
Joseph Larmarange [aut, cre] (<https://orcid.org/0000-0001-7097-700X>), Daniel D. Sjoberg [aut] (<https://orcid.org/0000-0003-0862-2018>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.