data_Bauer_Curran_2005: data_Bauer_Curran_2005

data_Bauer_Curran_2005R Documentation

data_Bauer_Curran_2005

Description

Multilevel moderated regression data from Bauer and Curran (2005).

Usage

data(data_Bauer_Curran_2005)

Source

Bauer, D. J., & Curran, P. J. (2005). Probing interactions in fixed and multilevel regression: Inferential and graphical techniques. Multivariate Behavioral Research, 40(3), 373-400.

Examples

head(data_Bauer_Curran_2005)

# for Bauer & Curran, 2005, p. 395
HSBmod <-nlme::lme(MathAch ~ Sector + CSES + CSES:Sector,
                   data = data_Bauer_Curran_2005, 
                   random = ~1 + CSES|School, method = "ML") 
summary(HSBmod)

REGIONS_OF_SIGNIFICANCE(model=HSBmod,  
                        plot_title='Johnson-Neyman Regions of Significance', 
                        Xaxis_label='Child SES',
                        Yaxis_label='Slopes of School Sector on Math achievement')  


SIMPLE.REGRESSION documentation built on Jan. 21, 2026, 5:07 p.m.