bollen1989a {MIIVsem}R Documentation

Industrialization-Democracy Data

Description

A dataset from Bollen (1989) containing measures of political democracy and industrialization for 75 developing countries in 1960 and 1965. The variables are as follows:

Usage

bollen1989a

Format

A data frame with 75 rows and 9 variables

Details

References

Bollen, K. A. (1989). Structural equation models. New York: Wiley-Interscience.

Examples


## Not run: 
  model <- '
    Eta1 =~ y1 + y2  + y3  + y4  
    Eta2 =~ y5 + y6  + y7  + y8    
    Xi1  =~ x1 + x2 + x3 
    Eta1 ~ Xi1  
    Eta2 ~ Xi1 
    Eta2 ~ Eta1 
    y1   ~~ y5
    y2   ~~ y4
    y2   ~~ y6
    y3   ~~ y7
    y4   ~~ y8
    y6   ~~ y8 devtools::build_win()
  '

## End(Not run)


[Package MIIVsem version 0.5.8 Index]