| tidy | R Documentation |
Checks if a tidy method exits for a given object, either in {broom} or in
{broom.mixed}. If it does, it turn an object into a tidy tibble, if not,
return a NULL. In this case, you can try the
tidy_parameters() function.
tidy(x, ...)
x |
An object to be converted into a tidy |
... |
Additional arguments to tidying method. |
A tibble::tibble() with information about model components.
grouped_tidy, tidy_parameters
set.seed(123) lm.mod <- lm(Sepal.Length ~ Species, iris) broomExtra::tidy(x = lm.mod, conf.int = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.