check_betas: All possible regression variable coefficients.

View source: R/check_betas.R

check_betasR Documentation

All possible regression variable coefficients.

Description

Returns the coefficients for each variable from each model.

Usage

check_betas(object, ...)

Arguments

object

An object of class lm.

...

Other arguments.

Value

check_betas returns a data.frame containing:

x

model

References

Hebbali, Aravind. Published 2020-02-10. olsrr package

Examples

model <- lm(real_gdp~imp+exp+usdkzt+eurkzt, data = macroKZ)
check_betas(model)

AFR documentation built on Nov. 2, 2023, 6:09 p.m.