check_betas {AFR}R 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)

[Package AFR version 0.3.5 Index]