bollen1989a: Industrialization-Democracy Data

Description Usage Format Details References Examples

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

1

Format

A data frame with 75 rows and 9 variables

Details

References

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## 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)

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