File: s3bbx.Rd

package info (click to toggle)
r-cran-mlmrev 1.0-8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,824 kB
  • sloc: sh: 10; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,110 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\name{s3bbx}
\title{Covariates in the Rodriguez and Goldman simulation}
\docType{data}
\alias{s3bbx}
\encoding{latin1}
\usage{data(s3bbx)}
\description{
  The \code{s3bbx} data frame has 2449 rows and 6 columns of the
  covariates in the simulation by Rodriguez and Goldman of multilevel
  dichotomous data.
}
\format{
  This data frame contains the following columns:
  \describe{
    \item{child}{a numeric vector identifying the child}
    \item{family}{a numeric vector identifying the family}
    \item{community}{a numeric vector identifying the community}
    \item{chldcov}{a numeric vector of the child-level covariate}
    \item{famcov}{a numeric vector of the family-level covariate}
    \item{commcov}{a numeric vector of the community-level covariate}
  }
}
\source{
  \url{http://data.princeton.edu/multilevel/simul.htm}
}
\references{
  Rodriguez, Germn and Goldman, Noreen (1995)
  An assessment of estimation procedures for multilevel models with
  binary responses,
  \emph{Journal of the Royal Statistical Society, Series A} \bold{158}, 73--89.
}
\examples{
str(s3bbx)
}
\keyword{datasets}