Learn R Programming

SIMPLE.REGRESSION (version 0.1.9)

data_Bauer_Curran_2005: data_Bauer_Curran_2005

Description

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

Usage

data(data_Bauer_Curran_2005)

Arguments

Examples

Run this code
head(data_Bauer_Curran_2005)
# \donttest{
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')  
# }

Run the code above in your browser using DataLab