I've been using Proc Factor to undertake common factor analysis of a large dataset. But the results have been plagued with Heywood cases. I've done some reading that suggests a method called Regularized Common Factor Analysis (RCFA) can help in these cases. But it's not clear to me exactly what this is nor how or even whether this can be accomplished with Proc Factor or some other SAS Proc. I'm looking for some guidance on how to proceed or where to find further information.
Thanks in advance,
Gene
I guess you use PROC FACTOR with METHOD=PRINCIPAL.
I guess you also use a PRIORS statement or a PRIORS= value other than PRIORS=ONE.
Correct?
And indeed ... the handling of Heywood cases by the HEYWOOD option only has an effect for the iterative methods (PRINIT, ALPHA, ULS, ML). For the noniterative methods (PRINCIPAL, IMAGE, HARRIS) there is no effect by the option.
https://go.documentation.sas.com/doc/en/statug/latest/statug_factor_details10.htm
BR, Koen
Thanks for the link to the documentation. I'll study that more closely...but I think I'm looking for something different. Namely, I'm trying to learn about a specific and specialized form of factor analysis that goes by the moniker of "Regularized Common Factor Analysis (RCFA)" and how to implement it within SAS.
I know you are looking for something different.
Namely this:
BR, Koen
Dive into keynotes, announcements and breakthroughs on demand.
Explore Now →ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.