"Jeanine Grütter"
2010-Nov-23 21:57 UTC
[R] Factor analysis and cfa with asymptotically distributed data
I have friendship data which is strong skewed. So it doesn't make sense to use maximum likelihood methods for fa and cfa. But I couldn't find any function for asymptotically distributed data for doing a factor analysis. Only: apca() but there is no possibility to allow for factor correlations. The same problem is with sem() I couldn't get any solutions for my model because of the distribution. I get the error: In sem.default(ram = ram, S = S, N = N, param.names = pars, var.names = vars, : Could not compute QR decomposition of Hessian. Optimization probably did not converge. Does someone know how to do fa and cfa with strong skewed data? Thanks a lot for helping! Jane --
Mark Difford
2010-Nov-24 09:16 UTC
[R] Factor analysis and cfa with asymptotically distributed data
Jane,>> Does someone know how to do fa and cfa with strong skewed data?Your best option might be to use a robustly estimated covariance matrix as input (see packages robust/robustbase). Or you could turn to packages FAiR or lavaan (maybe also OpenMx). Or you could try soft modelling via package plspm. Regards, Mark. -- View this message in context: http://r.789695.n4.nabble.com/Factor-analysis-and-cfa-with-asymptotically-distributed-data-tp3056387p3056944.html Sent from the R help mailing list archive at Nabble.com.