Skip to content
Prev 169152 / 398502 Next

cronbachs alpha - score.items(psych) vs reliability(Rcmdr)

Dear Andreas,
   I agree with John that it is straight forward to just include your 
own function to do what both Rcmdr and psych do for finding alpha.

psych does not have any function to do the alpha if deleted option, 
mainly because I think alpha is not a particularly good (although 
very popular) estimate of reliability and it is even worse when using 
the delete one item option.  The recent set of papers in 
Psychometrika by Sitjsma, Bentler, Green and me (the latter three 
commenting on the target paper by Sitjsma) discussing alpha 
summarizes the problems.

In terms of ease of use you might look at the guttman function in 
psych.  Given a data matrix or correlation matrix, with all items 
keyed in the same direction, it will find  6 different estimates of 
reliability (finding standardized alpha).  You might also want to 
examine  the score.items and cluster.cor functions.

The keys vector in score.items, cluster.cor, and score.alpha is meant 
to allow you to score multiple scales at the same time (as well as 
reverse key some items) and then find the item-whole correlation as 
well as interscale correlations.

Following your suggestion, I will eventually add the drop out one 
item option to score.alpha.

Bill
At 7:47 PM -0500 2/3/09, John Fox wrote: