File: tli.Rd

package info (click to toggle)
r-cran-xtable 1%3A1.8-4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 992 kB
  • sloc: sh: 19; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\name{tli}
\alias{tli}
\title{Math scores from Texas Assessment of Academic Skills (TAAS)}
\description{
This data set contains math scores and demographic data of
100 randomly selected students participating in the Texas
Assessment of Academic Skills (TAAS).
}
\usage{data(tli)}
\format{A \code{data.frame} containing 100 observations with the
  following columns:
        \describe{
          \item{\code{grade}}{Year in school of student}
          \item{\code{sex}}{Gender of student}
          \item{\code{disadvg}}{Is the student economically disadvantaged?}
          \item{\code{ethnicty}}{Race of student}
          \item{\code{tlimth}}{Math score of student}
        }
}
\source{Texas Education Agency, \url{http://www.tea.state.tx.us}}
\keyword{datasets}