powered by
Calculates item-total correlations in multi-item scales.
item.total(items)
A matrix or dataframe where each column represents an item in a multi-item scale.
Variable examined in the reliability analyses.
The item correlation with the mean of the other items.
The Cronbach Alpha reliability estimate of the scale without the variable.
The number of observations on which the analyses were calculated.
Cronbach L. J. (1951) Coefficient Alpha and the internal structure of tests. Psychometrika, 16,297-334
cronbach
# NOT RUN { data(bhr2000) item.total(bhr2000[,2:11]) # }
Run the code above in your browser using DataLab