ARCHIVED: In SAS, how do I compute Cronbach's alpha statistic?

This content has been archived, and is no longer maintained by Indiana University. Information here may no longer be accurate, and links may no longer be available or reliable.

To compute Cronbach's alpha for a set of variables, use the ALPHA option in PROC CORR as follows:

  PROC CORR DATA=dataset ALPHA;
    VAR item1-item10;
  RUN;

To run the same test in SPSS and Stata, see ARCHIVED: In SPSS, how do I compute Cronbach's alpha statistic to test reliability? or ARCHIVED: In Stata, how do I compute Cronbach's alpha statistic to test reliability?

If you have questions about using statistical and mathematical software at Indiana University, contact the UITS Research Applications and Deep Learning team.

This is document aesm in the Knowledge Base.
Last modified on 2023-05-09 14:40:30.