View source: R/custom_tidiers.R
tidy_with_broom_or_parameters | R Documentation |
Try to tidy a model with broom::tidy()
. If it fails, will try to tidy the
model using parameters::model_parameters()
through tidy_parameters()
.
tidy_with_broom_or_parameters(x, conf.int = TRUE, conf.level = 0.95, ...)
x |
(a model object, e.g. |
conf.int |
( |
conf.level |
( |
... |
Additional parameters passed to |
Other custom_tieders:
tidy_broom()
,
tidy_multgee()
,
tidy_parameters()
,
tidy_zeroinfl()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.