Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

regr

Regression effect reporting for lm class objects


Description

The regr reports beta weights, standardized beta weights, structure coefficients, adjusted effect sizes, and commonality coefficients for lm class objects.

Usage

regr(lm.out)

Arguments

lm.out

lm class object

Details

The function regr takes the lm class object and reports beta weights, standardized beta weights, structure coefficients, adjusted effect sizes, and commonality coefficients for lm class objects.

Value

LM_Output

The summary of the output from the lm class object

Beta_Weights

Beta weights for the regression effects

Structure_Coefficients

Structure coefficients for the regression effects

Commonality_Data

Commonality coefficients for the regression effects. The output only produces a parsed version of CCdata

Effect_Size

Adjusted effect size computations based on R^2 adjustments

Author(s)

J. Kyle Roberts <kyler@smu.edu>, Kim Nimon <kim.nimon@gmail.com>

References

Kraha, A., Turner, H., Nimon, K., Zientek, L., Henson, R. (2012). Tools to support multiple regression in the face of multicollinearity.Frontiers in Psychology, 3(102), 1-13.

See Also

Examples

if (require ("MBESS")){
     data(HS)
     attach(HS)
     lm.out<-lm(t20_deduction~t10_addition*t24_woody_mccall)
     regr(lm.out)
     detach(HS)
     }

yhat

Interpreting Regression Effects

v2.0-3
GPL (>= 2)
Authors
Kim Nimon <kim.nimon@gmail.com>, Fred Oswald, and J. Kyle Roberts.
Initial release
2020-12-31

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.