if (FALSE) { # rlang::is_installed("speedglm")
# load modeling library
library(speedglm)
# fit model
mod <- speedlm(mpg ~ wt + qsec, data = mtcars, fitted = TRUE)
# summarize model fit with tidiers
tidy(mod)
glance(mod)
augment(mod)
}
Run the code above in your browser using DataLab