[R] Dta structure of LOADINGS class in factanal

2005-04-07 Thread Tamas Gal
Hi R users, I need some help in the followings: I'm doing factor analysis and I need to extract the loading values and the Proportion Var and Cumulative Var values one by one. Here is what I am doing: fact <- factanal(na.omit(gnome_freq_r2),factors=5); fact$loadings Loadings: Factor1 Fac

[R] extracting Proportion Var and Cumulative Var values from factanal

2005-04-05 Thread Tamas Gal
Hi R users, I need some help in the followings: I'm doing factor analysis and I need to extract the loading values and the Proportion Var and Cumulative Var values one by one. Here is what I am doing: > fact <- factanal(na.omit(gnome_freq_r2),factors=5); > fact$loadings Loadings: Factor1