data {DIRMR} | R Documentation |
Hox pupil popularity data
Description
data data set
Usage
data("data")
Format
A data frame with 2000 observations on the following 7 variables.
PUPIL
a numeric vector
SCHOOL
a numeric vector
POPULAR
a numeric vector
SEX
a numeric vector
TEXP
a numeric vector
CONST
a numeric vector
TEACHPOP
a numeric vector
Details
The original, complete dataset was generated by Joop Hox as an example of well-behaved multilevel data set.
Source
The Heart failure data set comes from the R package"mice".
References
Hox, J. J. (2002) Multilevel analysis. Techniques and applications. Mahwah, NJ: Lawrence Erlbaum.
Examples
data(data)
## maybe str(data) ; plot(data) ...
[Package DIRMR version 0.5.0 Index]