Displaying 1 result from an estimated 1 matches for "chim0".
Did you mean:
chime
2010 Aug 11
1
sem & psych
...))) } else { # else needs
to be in the same line as the last command
myModlChiM1 <- try(summary(M1))
convergenceM1 <- as.numeric(M1$convergence)
chiM1 <- as.numeric(myModlChiM1$chisq)
dfM1 <- as.numeric(myModlChiM1$df)
chiM0 <- as.numeric(myModlChiM1$chisqNull)
dfM0 <- as.numeric(myModlChiM1$dfNull)
GFIM1 <- as.numeric(myModlChiM1$GFI)
AGFIM1 <- as.numeric(myModlChiM1$AGFI)
RMSEAM1 <- as.numeric(myModlChiM1$RMSEA[1])
CFIM1...