File: tli.Rd

package info (click to toggle)
r-cran-xtable 1%3A1.7-4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 612 kB
  • sloc: sh: 19; makefile: 1
file content (20 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\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 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}