How to read cronbachs alpha spss

Cronbach’s alpha is a measure of internal consistency, that is, how closely related a set of items are as a group.    It is considered to be a measure of scale reliability. A “high” value for alpha does not imply that the measure is unidimensional. If, in addition to measuring internal consistency, you wish to provide evidence that the scale in question is unidimensional, additional analyses can be performed. Exploratory factor analysis is one method of checking dimensionality. Technically speaking, Cronbach’s alpha is not a statistical test – it is a coefficient of reliability (or consistency).

Cronbach’s alpha can be written as a function of the number of test items and the average inter-correlation among the items.  Below, for conceptual purposes, we show the formula for the Cronbach’s alpha:

$$ \alpha = \frac{N \bar{c}}{\bar{v} + (N-1) \bar{c}}$$

Here $N$  is equal to the number of items, $\bar{c}$ is the average inter-item covariance among the items and $\bar{v}$ equals the average variance.

One can see from this formula that if you increase the number of items, you increase Cronbach’s alpha. Additionally, if the average inter-item correlation is low, alpha will be low.  As the average inter-item correlation increases, Cronbach’s alpha increases as well (holding the number of items constant).

An example

Let’s work through an example of how to compute Cronbach’s alpha using SPSS, and how to check the dimensionality of the scale using factor analysis. For this example, we will use a dataset that contains four test items – q1, q2, q3 and q4. You can download the dataset by clicking on https://stats.idre.ucla.edu/wp-content/uploads/2016/02/alpha.sav. To compute Cronbach’s alpha for all four items – q1, q2, q3, q4 – use the reliability command:

RELIABILITY
  /VARIABLES=q1 q2 q3 q4.

Here is the resulting output from the above syntax:

How to read cronbachs alpha spss

The alpha coefficient for the four items is .839, suggesting that the items have relatively high internal consistency.  (Note that a reliability coefficient of .70or higher is considered “acceptable” in most social science research situations.)

Hand calculation of Cronbach’s Alpha

For demonstration purposes, here is how to calculate the results above by hand. In SPSS, you can obtain covariances by going to Analyze – Correlate – Bivariate. Then shift q1, q2,q3 and q4 to the Variables box and click Options. Under Statistics, check Cross-product deviations and covariances. Click Continue and OK to obtain output.

How to read cronbachs alpha spss

Below you will see a condensed version of the output. Notice that the diagonals (in bold) are the variances and the off-diagonals are the covariances. We only need to consider the covariances on the lower left triangle because this is a symmetric matrix.

q1 q2 q3 q4
q1 Covariance 1.168 .557 .574 .673
q2 Covariance .557 1.012 .690 .720
q3 Covariance .574 .690 1.169 .724
q4 Covariance .673 .720 .724 1.291

Recall that $N=4$  is equal to the number of items, $\bar{c}$ is the average inter-item covariance among the items and $\bar{v}$ equals the average variance. Using the information from the table above, we can calculate each of these components via the following:

$$\bar{v} = (1.168 + 1.012 + 1.169 + 1.291)/4 =  4.64 / 4 = 1.16.$$

$$\bar{c} = (0.557 + 0.574 + 0.690 + 0.673 + 0.720 + 0.724)/6 =  3.938 / 6 = 0.656.$$

$$ \alpha = \frac{4 (0.656)}{(1.16) + (4-1) (0.656)}=2.624/3.128=0.839.$$

The results match our SPSS obtained Cronbach’s Alpha of 0.839.

Checking dimensionality

In addition to computing the alpha coefficient of reliability, we might also want to investigate the dimensionality of the scale. We can use the factor command to do this:

FACTOR
 /VARIABLES q1 q2 q3 q4
 /FORMAT SORT BLANK(.35).

Here is the resulting output from the above syntax:

How to read cronbachs alpha spss

Looking at the table labeled Total Variance Explained, we see that the eigen value for the first factor is quite a bit larger than the eigen value for the next factor (2.7 versus 0.54). Additionally, the first factor accounts for 67% of the total variance. This suggests that the scale items are unidimensional.

For more information

  • For more information about reading data in SPSS, see the SPSS Command Syntax Reference.
  • For more information on Cronbach’s Alpha, see SPSS Library: My Coefficient Alpha is Negative!
  • For more information about intraclass coefficients as a measure of reliability, see SPSS Library: Choosing an Intraclass Correlation Coefficient.

What does a Cronbach's alpha of 0.8 mean?

A general accepted rule is that α of 0.6-0.7 indicates an acceptable level of reliability, and 0.8 or greater a very good level. However, values higher than 0.95 are not necessarily good, since they might be an indication of redundance (Hulin, Netemeyer, and Cudeck, 2001).

How do you summarize Cronbach's alpha?

Cronbach's Alpha ranges between 0 and 1, with higher values indicating that the survey or questionnaire is more reliable. When reporting the value of Cronbach's Alpha in a final report, you need to include the following two values: The number of items used on the subscale. The value of Cronbach's Alpha.

What does Cronbach's alpha value tell us?

Cronbach's alpha is a measure of internal consistency, that is, how closely related a set of items are as a group. It is considered to be a measure of scale reliability. A “high” value for alpha does not imply that the measure is unidimensional.

What does a Cronbach's alpha of 0.9 mean?

Exactly, Cronbach's alpha indicates whether the items measure the same construct. The minimum acceptable value for Cronbach's alpha ca 0.70; Below this value the internal consistency of the common range is low. Meanwhile, the maximum expected value is 0.90; Above this value is perceived as redundancy or duplication.