bollen1989b: Union sentiment data

Description Usage Format Details References Examples

Description

A dataset from McDonald and Clelland (1984) reanalyzed by Bollen (1989) containing data on union sentiment of southern nonunion textile workers.

Usage

1

Format

A data frame with 173 rows and 5 variables

Details

References

Bollen, K. A. 1989. Structural Equations with Latent Variables. New York: Wiley

McDonald, A, J., & Clelland, D. A. (1984). Textile Workers and Union Sentiment. Social Forces, 63(2), 502–521.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
 model <- '
   unionsen ~  deferenc + laboract + yrsmill
   deferenc ~  age
   laboract ~  age + deferenc
   yrsmill  ~~ age
 '

## End(Not run)

MIIVsem documentation built on July 13, 2021, 5:08 p.m.