Learn R Programming

DIRMR (version 0.5.0)

data: Hox pupil popularity data

Description

data data set

Usage

data("data")

Arguments

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.

References

Hox, J. J. (2002) Multilevel analysis. Techniques and applications. Mahwah, NJ: Lawrence Erlbaum.

Examples

Run this code
data(data)
## maybe str(data) ; plot(data) ...

Run the code above in your browser using DataLab