Blame | Last modification | View Log | Download | RSS feed
\name{ScotsSec}\alias{ScotsSec}\docType{data}\title{Scottish secondary school scores}\description{Scores attained by 3435 Scottish secondary school students on astandardized test taken at age 16. Both the primary school and thesecondary school that the student attended have been recorded.}\usage{data(ScotsSec)}\format{A data frame with 3435 observations on the following 6 variables.\describe{\item{verbal}{The verbal reasoning score on a test taken by thestudents on entry to secondary school.}\item{attain}{The score attained on the standardized test taken atage 16.}\item{primary}{A factor indicating the primary school that thestudent attended.}\item{sex}{A factor with levels \code{M} and \code{F}}\item{social}{The student's social class on a numeric scale from lowto high social class.}\item{second}{A factor indicating the secondary school that thestudent attended.}}}\details{These data are an example of cross-classified grouping factors.}\source{\url{http://multilevel.ioe.ac.uk/softrev/2lev-xc.html}}\references{Paterson, L. (1991). Socio economic status and educational attainment:a multidimensional and multilevel study. \emph{Evaluation and Researchin Education} \bold{5}: 97-121.}\examples{data(ScotsSec)str(ScotsSec)}\keyword{datasets}