lmBeta: Standardized Betas

Description Usage Arguments Examples

View source: R/lmBeta.R

Description

Simple function to produce standardized beta estimates after a model run in lm().

Usage

1
lmBeta(obj)

Arguments

obj

Model object from an lm() fitted equation.

Examples

1
2
3
mod <- lm(hp ~ disp + wt, data=mtcars)
summary(mod)
lmBeta(mod)

MichaelJMahometa/SDSRegressionR documentation built on March 3, 2021, 10:51 p.m.