powered by
Use parameters::model_parameters() to tidy a model and apply parameters::standardize_names(style = "broom") to the output
parameters::model_parameters()
parameters::standardize_names(style = "broom")
tidy_parameters(x, conf.int = TRUE, conf.level = 0.95, ...)
a model
logical indicating whether or not to include a confidence interval in the tidied output
the confidence level to use for the confidence interval
additional parameters passed to parameters::model_parameters()
Other custom_tieders: tidy_with_broom_or_parameters()
tidy_with_broom_or_parameters()
# NOT RUN { lm(Sepal.Length ~ Sepal.Width + Species, data = iris) %>% tidy_parameters() # }
Run the code above in your browser using DataLab