powered by
Returns the coefficients for each variable from each model.
check_betas(object, ...)
check_betas returns a data.frame containing:
check_betas
data.frame
model
An object of class lm.
lm
Other arguments.
Hebbali, Aravind. Published 2020-02-10. olsrr package
model <- lm(real_gdp~imp+exp+usdkzt+eurkzt, data = macroKZ) check_betas(model)
Run the code above in your browser using DataLab