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

« back to all changes in this revision

Viewing changes to man/bdf.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{bdf}
2
 
\alias{bdf}
3
 
\non_function{}
4
 
\title{Language scores}
5
 
\usage{data(bdf)}
6
 
\description{
7
 
The \code{bdf} data frame has 2287 rows and 25 columns of language
8
 
scores from grade 8 pupils in elementary schools in The Netherlands.
9
 
}
10
 
\format{
11
 
  \describe{
12
 
    \item{schoolNR}{a factor denoting the school.}
13
 
    \item{pupilNR}{a factor denoting the pupil.}
14
 
    \item{IQ.verb}{a numeric vector of verbal IQ scores}
15
 
    \item{IQ.perf}{a numeric vector of IQ scores.}
16
 
    \item{sex}{Sex of the student.}
17
 
    \item{Minority}{a factor indicating if the student is a member of a
18
 
      minority group.}
19
 
    \item{repeatgr}{an ordered factor indicating if one or more grades
20
 
      have been repeated.}
21
 
    \item{aritPRET}{a numeric vector}
22
 
    \item{classNR}{a numeric vector}
23
 
    \item{aritPOST}{a numeric vector}
24
 
    \item{langPRET}{a numeric vector}
25
 
    \item{langPOST}{a numeric vector}
26
 
    \item{ses}{a numeric vector of socioeconomic status indicators.}
27
 
    \item{denomina}{a factor indicating of the school is a public
28
 
      school, a Protestant private school, a Catholic private school, or
29
 
      a non-denominational private school.}
30
 
    \item{schoolSES}{a numeric vector}
31
 
    \item{satiprin}{a numeric vector}
32
 
    \item{natitest}{a factor with levels \code{0} and \code{1}}
33
 
    \item{meetings}{a numeric vector}
34
 
    \item{currmeet}{a numeric vector}
35
 
    \item{mixedgra}{a factor indicating if the class is a mixed-grade class.}
36
 
    \item{percmino}{a numeric vector}
37
 
    \item{aritdiff}{a numeric vector}
38
 
    \item{homework}{a numeric vector}
39
 
    \item{classsiz}{a numeric vector}
40
 
    \item{groupsiz}{a numeric vector}
41
 
  }
42
 
}
43
 
\source{
44
 
  \url{http://stat.gamma.rug.nl/snijders/multilevel.htm}
45
 
}
46
 
\references{
47
 
  Snijders, Tom and Bosker, Roel (1999), \emph{Multilevel Analysis: An
48
 
    Introduction to Basic and Advanced Multilevel Modeling}, Sage.
49
 
}
50
 
\examples{
51
 
data(bdf)
52
 
summary(bdf)
53
 
}
54
 
\keyword{datasets}