bollen1989b: Union sentiment data

bollen1989bR Documentation

Union sentiment data

Description

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

Usage

bollen1989b

Format

A data frame with 173 rows and 5 variables

Details

  • deferenc. deference (submissiveness) to managers

  • laboract. support for labor activism

  • unionsen. sentiment towards unions

  • yrsmill. log of years spent in textile mill

  • age. centered age

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


## Not run: 
 model <- '
   unionsen ~  deferenc + laboract + yrsmill
   deferenc ~  age
   laboract ~  age + deferenc
   yrsmill  ~~ age
 '

## End(Not run)


zackfisher/MIIVsem documentation built on March 11, 2024, 11:34 a.m.