df1 | R Documentation |
df1 data set
data("df1")
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
The original, complete dataset was generated by Joop Hox as an example of well-behaved multilevel data set. The distributed data contains missing data in pupil popularity.
The Heart failure data set comes from the R package"mice".
Hox, J. J. (2002) Multilevel analysis. Techniques and applications. Mahwah, NJ: Lawrence Erlbaum.
data(df1)
## maybe str(df1) ; plot(df1) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.