]> git.donarmstrong.com Git - xtable.git/blob - pkg/man/tli.Rd
f6c2b430684ca7b84ac068e08f3f6e7588e51fda
[xtable.git] / pkg / man / tli.Rd
1 \name{tli}
2 \alias{tli}
3 \title{Math scores from Texas Assessment of Academic Skills (TAAS)}
4 \description{
5 This data set contains math scores and demographic data of
6 100 randomly selected students participating in the Texas
7 Assessment of Academic Skills (TAAS).
8 }
9 \usage{data(tli)}
10 \format{A data.frame containing 100 observations with the following columns:
11         \describe{
12           \item{\code{grade}}{Year in school of student}
13           \item{\code{sex}}{Gender of student}
14           \item{\code{disadvg}}{Is the student economically disadvantaged?}
15           \item{\code{ethnicty}}{Race of student}
16           \item{\code{tlimth}}{Math score of student}
17         }
18 }
19 \source{Texas Education Agency, \url{http://www.tea.state.tx.us}}
20 \keyword{datasets}