Displaying 1 result from an estimated 1 matches for "riskmodel2_cfa".
2012 Jun 04
0
Negative variance with lavaan in a multigroup analysis.
...ould vary between 0 and 1,
right? Is there anything wrong in my code that may be causing this?
Thanks a lot for your help!
Raphael Royaute
PhD candidate
Dept Natural Resource Sciences
McGill University, Macdonald campus
Below is my code and output (my apologies, this is a pretty lengthy output):
Riskmodel2_cfa <- '# Latent variable
????? ????? SySt =~ Activity+Aggression+Voracity
# Residuals
??????? Boldness~~Boldness'
fit.riskmodel2_multi_Ad_cfa <- cfa(Riskmodel2_cfa, data=Ad_scale,
std.lv=T,std.ov=T,
???????????????????????????????? se= "boot",test="bootstrap",
???????...