| star {mlmRev} | R Documentation |
Student Teacher Achievement Ratio (STAR) project data
Description
Data from Tennessee's Student Teacher Achievement Ratio (STAR) project which was a large-scale, four-year study of the effect of reduced class size.
Usage
data(star)
Format
A data frame with 26796 observations on the following 18 variables.
ida factor - student id number
scha factor - school id number
grgrade - an ordered factor with levels
K<1<2<3cltypeclass type - a factor with levels
small,regandreg+A. The last level indicates a regular class size with a teachers aide.hdeghighest degree obtained by the teacher - an ordered factor with levels
ASSOC<BS/BA<MS/MA/MEd<MA+<Ed.S<Ed.D/Ph.Dcladcareer ladder position of the teacher - a factor with levels
NOTAPPRPROBPEND123expa numeric vector - the total number of years of experience of the teacher
traceteacher's race - a factor with levels
W,B,A,H,IandOrepresenting white, black, Asian, Hispanic, Indian (Native American) and otherreadthe student's total reading scaled score
maththe student's total math scaled score
sessocioeconomic status - a factor with levels
FandNrepresenting eligible for free lunches or not eligibleschtypeschool type - a factor with levels
inner,suburb,ruralandurbansxstudent's sex - a factor with levels
MFethstudent's ethnicity - a factor with the same levels as
tracebirthqstudent's birth quarter - an ordered factor with levels
1977:1< ... <1982:2birthystudent's birth year - an ordered factor with levels
1977:1982yrsnumber of years of schooling for the student - a numeric version of the grade
grwith Kindergarten represented as 0. This variable was generated fromgrand does not allow for a student being retained.tcha factor - teacher id number
Details
Details of the original data source and the process of conversion to this representation are given in the vignette.
Source
http://www.heros-inc.org/data.htm
Examples
str(star)