R_example {unusualprofile} | R Documentation |
An example correlation matrix
Description
A correlation matrix used for demonstration purposes
It is the model-implied correlation matrix for this structural model:
X =~ 0.7 * X_1 + 0.5 * X_2 + 0.8 * X_3
Y =~ 0.8 * Y_1 + 0.7 * Y_2 + 0.9 * Y_3
Y ~ 0.6 * X
Usage
R_example
Format
A matrix with 8 rows and 8 columns:
- X_1
A predictor variable
- X_2
A predictor variable
- X_3
A predictor variable
- Y_1
An outcome variable
- Y_2
An outcome variable
- Y_3
An outcome variable
- X
A latent predictor variable
- Y
A latent outcome variable
[Package unusualprofile version 0.1.4 Index]