powered by
Data from the 1982 study ``High School and Beyond''.
data(Hsb82)
A data frame with 7185 observations on students including the following 8 variables.
an ordered factor designating the school that the student attends.
a factor with levels
a factor with levels Male and Female
Male
Female
a numeric vector of socio-economic scores
a numeric vector of Mathematics achievement scores
a numeric vector of mean ses for the school
ses
a factor with levels Public and Catholic
Public
Catholic
a numeric vector of centered ses values where the centering is with respect to the meanses for the school.
meanses
Each row in this data frame contains the data for one student.
Raudenbush, Stephen and Bryk, Anthony (2002), Hierarchical Linear Models: Applications and Data Analysis Methods, Sage (chapter 4).
# NOT RUN { data(Hsb82) summary(Hsb82) # }
Run the code above in your browser using DataLab