Displaying 1 result from an estimated 1 matches for "vorac".
Did you mean:
vortac
2012 Jun 04
0
Negative variance with lavaan in a multigroup analysis.
...sing 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",
???????????????????????????????? bootstrap=5000L,group="Site")
summary(f...