Displaying 1 result from an estimated 1 matches for "gnome_freq_r2".
2005 Apr 05
1
extracting Proportion Var and Cumulative Var values from factanal
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 Factor2 Factor3 Factor4 Factor5
b1freqr2  0.246   0.486              0.145         
b2freqr2  0.129   0.575   0.175   0.130   0.175 
b3freqr2  0.605   0.253   0.166   0.138   0.134 
b4freqr2  0.191   0.220   0.949                 
b5freqr2...