A note on Cronbach's alpha
[http://www.bmj.com/cgi/content/full/314/7080/572 Bland JM, Altman DG (1997) Statistics notes: Cronbach's alpha.] BMJ 314 572.
The above article suggests rules of thumb for Cronbach's $$\alpha$$ and examples of its use. In particular a value of 0.70 is deemed to be 'satisfactory'.
Cronbach's alpha is defined as
$$\frac{k}{k-1} (1 - \frac{\mbox{Sum of k item variances}}{\mbox{Variance of total scores}} )$$
In particular Bland and Altman (1997) note that
Cronbach's alpha has a direct interpretation. The items in our test are only some of the many possible items which could be used to make the total score. If we were to choose two random samples of k of these possible items, we would have two different scores each made up of k items. The expected correlation between these scores is $$\alpha$$.
R code is available from [http://tolstoy.newcastle.edu.au/R/help/06/06/28590.html here] for obtaining confidence intervals for Cronbach's alpha. You just need to run this [:FAQ/cafun: function]. An EXCEL [attachment:cronbachci.xls spreadsheet] also computes in the same way a confidence interval for alpha. This method corresponds to the exact method of Koning AJ and Franses PH (2003). This paper also gives R code in how to compare a pair of Cronbach alphas from two different studies.
Liu and Weng (2009) propose a simple effect size for comparing two Cronbach's alpha based on the same number of tests which is analogous to Cohen's d. It can be computed by this [attachment:calpdiff.xls spreadsheet.]
Reference
Koning AJ and Franses PH (2003) [attachment:koning.pdf Confidence intervals for Cronbach's coefficient alpha values.] ERIM Report Series Research in Management. ERIM Report Series reference number ERS-2003-041-MKT.
