]> git.donarmstrong.com Git - xtable.git/blob - pkg/man/tli.Rd
Fixed typos in help pages
[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 \code{data.frame} containing 100 observations with the
11   following columns:
12         \describe{
13           \item{\code{grade}}{Year in school of student}
14           \item{\code{sex}}{Gender of student}
15           \item{\code{disadvg}}{Is the student economically disadvantaged?}
16           \item{\code{ethnicty}}{Race of student}
17           \item{\code{tlimth}}{Math score of student}
18         }
19 }
20 \source{Texas Education Agency, \url{http://www.tea.state.tx.us}}
21 \keyword{datasets}