Hi
I have a model with two latent variables, loading onto five indicators each.
Model <- 'VAR1 =~ x1 + x2 + x3 + x4 + x5
VAR2 =~ x6 + x7 + x8 + x9 + x10'
When I run the model, I get a message from Lavaan saying that the covariance matrix of latent variables is not positive definite. The standardized covariance between the two latent factors is 1.02. Is the model still permissible like this? i.e. could this be a result of a very high correlation between the two factors that fluctuates just below and above 1 ? In that case, would it be appropriate for me to constrain the covariance between them to be set at 1 (or.99) ?
Thanks in advance !
Hannah
The standardized covariance between the two latent factors is 1.02. Is the model still permissible like this?
i.e. could this be a result of a very high correlation between the two factors that fluctuates just below and above 1 ?
In that case, would it be appropriate for me to constrain the covariance between them to be set at 1 (or.99) ?