Learn R Programming

MIIVsem (version 0.5.8)

bollen1989b: 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

Arguments

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<U+2013>521.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
 model <- '
   unionsen ~  deferenc + laboract + yrsmill
   deferenc ~  age
   laboract ~  age + deferenc
   yrsmill  ~~ age
 '
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab