cohesion {multilevel}R Documentation

Five cohesion ratings from 11 individuals nested in 4 platoons in 2 larger units

Description

This data set contains five cohesion measures provided by 11 individuals. The individuals providing the measures are members of four platoons further nested within two larger units. This data file is used for demonstative purposes in the document "Multilevel Modeling in R: A brief introduction to R, the multilevel package, and the nlme package" written by Paul Bliese.

Usage

data(cohesion)

Format

A data frame with 7 columns and 11 observations
[,1] UNIT numeric Higher-level Unit Identifier
[,2] PLATOON numeric Lower-level Platoon Identifier
[,3] COH01 numeric First Cohesion Variable
[,4] COH02 numeric Second Cohesion Variable
[,5] COH03 numeric Third Cohesion Variable
[,6] COH04 numeric Fourth Cohesion Variable
[,7] COH05 numeric Fifth Cohesion Variable

References

Bliese, P. D. (2005). Multilevel Modeling in R: A Brief Introduction to R, the multilevel Package, and the nlme package. Walter Reed Army Institute of Research.


[Package multilevel version 2.2 Index]