rename the columns to be more descriptive

renamed_tidy(model)

Arguments

model

input fitted model

Value

tidy with renamed columns

Examples

renamed_tidy(lm(salary ~ yrs.since.phd, carData::Salaries))
#> # A tibble: 2 × 7 #> lh op rh b se t p #> <chr> <chr> <chr> <dbl> <dbl> <dbl> <dbl> #> 1 salary ~ (Intercept) 91719. 2766. 33.2 3.33e-116 #> 2 salary ~ yrs.since.phd 985. 107. 9.18 2.50e- 18