Description Usage Arguments Examples
This function returns a tidy tibble output of the most important parts of a lm summary a la the broom package.
1 | lm_summary_tibble(df, dep)
|
df, dep |
a dataframe and a dependent variable name |
1 | mtcars %>% select(mpg,cyl,wt) %>% lm_summary_tibble(mpg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.