View source: R/helpers-easystats.R
tidy_model_parameters | R Documentation |
{parameters}
package output to {tidyverse}
conventionsConvert {parameters}
package output to {tidyverse}
conventions
tidy_model_parameters(model, ...)
model |
Statistical Model. |
... |
Arguments passed to or from other methods. Non-documented
arguments are |
model <- lm(mpg ~ wt + cyl, data = mtcars)
tidy_model_parameters(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.