lm_summary_tibble: Linear Model Summary Tibble

Description Usage Arguments Examples

Description

This function returns a tidy tibble output of the most important parts of a lm summary a la the broom package.

Usage

1

Arguments

df, dep

a dataframe and a dependent variable name

Examples

1
mtcars %>% select(mpg,cyl,wt) %>% lm_summary_tibble(mpg)

nhemerson/tibbleColumns documentation built on May 29, 2019, 7:18 a.m.