Reliability analysis

  • Thread starter Thread starter Jack
  • Start date Start date
J

Jack

Hi there:

Do you know if reliability analysis (Cronbach Alpha) can
be performed in Excel using data analysis? Thanks for
your help.

Jack
 
If you have 15 observations on each of 4 variables, in A1:D15

put =SUM(A1:D1) into E1 and copy down through E15
put =VAR(A1:A15) into A16 and copy across through E16

Chronbach Alpha is
=(1-E16/SUM(A16:D16))/(1-1/COUNT(A16:D16))

Jerry
 
Back
Top