~ubuntu-branches/ubuntu/breezy/lme4/breezy

« back to all changes in this revision

Viewing changes to man/MathAchieve.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Douglas Bates
  • Date: 2005-05-20 09:30:11 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20050520093011-vp8clxugp8hbjejp
Tags: 0.95.8-1
* New upstream release
* Upstream release no longer requires r-cran-latticeextra. Closes: Bug#307497 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
\name{MathAchieve}
2
 
\alias{MathAchieve}
3
 
\non_function{}
4
 
\title{Mathematics achievement scores}
5
 
\description{
6
 
    The \code{MathAchieve} data frame has 7185 rows and 6 columns.
7
 
}
8
 
\format{
9
 
    This data frame contains the following columns:
10
 
    \describe{
11
 
        \item{School}{
12
 
            an ordered factor identifying the school that the student attends
13
 
        }
14
 
        \item{Minority}{
15
 
            a factor with levels
16
 
            \code{No} 
17
 
            \code{Yes}
18
 
            indicating if the student is a member of a minority racial group.
19
 
        }
20
 
        \item{Sex}{
21
 
            a factor with levels
22
 
            \code{Male} 
23
 
            \code{Female} 
24
 
        }
25
 
        \item{SES}{
26
 
            a numeric vector of socio-economic status.
27
 
        }
28
 
        \item{MathAch}{
29
 
            a numeric vector of mathematics achievement scores.
30
 
        }
31
 
        \item{MEANSES}{
32
 
            a numeric vector of the mean SES for the school.
33
 
        }
34
 
    }
35
 
}
36
 
\details{
37
 
  Each row in this data frame contains the data for one student.
38
 
}
39
 
\source{
40
 
}
41
 
\examples{
42
 
data(MathAchieve)
43
 
}
44
 
\keyword{datasets}