Re: [R] Factor analysis and cfa with asymptotically distributed data

2010-11-24 Thread Mark Difford

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.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Factor analysis and cfa with asymptotically distributed data

2010-11-23 Thread Jeanine Grütter
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
--

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.