BookmarkSubscribeRSS Feed
qs9536
Calcite | Level 5

Dear all,

I had a survey with dichotomous variables. To analyze how these variables are grouped together, I used an exploratory factor analysis basing on the tetrachoric correlation in SAS. After the PROC CORR procedure for tetrachoric correlation, I got the output as a "TYPE=CORR" data set and then put it into the PROC FACTOR procedure to carry out factor analysis.  I would like to get the factor score for each participant so as to deal with the following analysis. However, in the PROC FACTOR procedure OUT= data set cannot be created with a TYPE = CORR input data set. Do you have any suggestions? Thank you in advance!

1 REPLY 1
SteveDenham
Jade | Level 19

You can use an ODS OUTPUT statement to get any of the tables in the results file into SAS datasets.  You can then use the loadings data set to calculate the factor score for each participant.  (At least I think it is the loadings for each factor that you will need).

 

SteveDenham

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

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.

Discussion stats
  • 1 reply
  • 1121 views
  • 1 like
  • 2 in conversation