Displaying 1 result from an estimated 1 matches for "mymodlchim2".
Did you mean:
mymodlchim1
2010 Aug 11
1
sem & psych
...genceM1, chiM1, dfM1, chiM0, dfM0,
GFIM1, AGFIM1, RMSEAM1, CFIM1, BICM1, SRMRM1, iterM1))
}
if(M2$convergence > 2){
convergenceM2 <- c(0)
resultsM2 <- as.numeric(c(rep(-1, 12))) } else { # else needs
to be in the same line as the last command
myModlChiM2 <- try(summary(M2))
convergenceM2 <- as.numeric(M2$convergence)
chiM2 <- as.numeric(myModlChiM2$chisq)
dfM2 <- as.numeric(myModlChiM2$df)
chiM0 <- as.numeric(myModlChiM2$chisqNull)
dfM0 <- as.numeric(m...