View source: R/custom_tidiers.R
tidy_parameters | R Documentation |
Use parameters::model_parameters()
to tidy a model and apply
parameters::standardize_names(style = "broom")
to the output
tidy_parameters(x, conf.int = TRUE, conf.level = 0.95, ...)
x |
(a model object, e.g. |
conf.int |
( |
conf.level |
( |
... |
Additional parameters passed to |
For betareg::betareg()
, the component column in the results is standardized
with broom::tidy()
, using "mean"
and "precision"
values.
Other custom_tieders:
tidy_broom()
,
tidy_multgee()
,
tidy_with_broom_or_parameters()
,
tidy_zeroinfl()
if (.assert_package("parameters", boolean = TRUE)) {
lm(Sepal.Length ~ Sepal.Width + Species, data = iris) |>
tidy_parameters()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.