| check_betas | R Documentation | 
Returns the coefficients for each variable from each model.
check_betas(object, ...)
| object | An object of class  | 
| ... | Other arguments. | 
check_betas returns a data.frame containing:
| x | model | 
Hebbali, Aravind. Published 2020-02-10. olsrr package
model <- lm(real_gdp~imp+exp+usdkzt+eurkzt, data = macroKZ)
check_betas(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.