Given the following Miture Model in Figure 15.4 and data set information, write a LISREL program to test the Mixture Model. (Note: Robust
( FIGURE CAN'T COPY )
statistics require the raw data file, so no Satorra-Bentler scaled chisquare possible). The Mixture Model has six observed variables (Age, Gender, Degree, Region, Hours, and Income) that define two latent variables (Person and Earning). A polyserial correlation matrix was created where CO indicates continuous variable and OR indicates a categorical variable. Age (CO), Gender (OR), and Degree (OR) define Personal characteristics, an independent latent variable (Person). Region (OR), Hours (CO), and Income (CO) define dependent latent variable Earning Power (Earning). Personal Characteristics (Person) is hypothesized to predict Earning Power (Earning).
The data for the Mixture Model is:
```
Observed Variables: Age Gender Degree Region Hours Income
Correlation Matrix
1.000
0.487 1.000
0.236 0.206 1.000
0.242 0.179 0.253 1.000
0.163 0.090 0.125 0.481 1.000
0.064 0.040 0.025 0.106 0.136 1.000
Means 15.00 10.000 10.000 10.000 7.000 10.000
Standard Deviations 10.615 10.000 8.000 10.000 15.701
10.000
Sample Size 600
```
The Mixture Model diagram is:
( FIGURE CAN'T COPY )