Last chance! 50% off unlimited learning
Sale ends in
guttman(r,key=NULL,digits=2)
tenberge(r,digits=2)
glb(r,key=NULL,digits=2)
ICLUST
. The companion function, omega
calculates omega hierarchical ($\omega_h$) and omega total ($\omega_t$). Guttman's 3rd lower bound, $\lambda_3$, also modifies $\lambda_1$ and estimates the true variance of each item as the average covariance between items and is, of course, the same as Cronbach's $\alpha$.
$\lambda_3$ and $\lambda_2$ are both corrections to $\lambda_1$ and this correction may be generalized as an infinite set of successive improvements. (Ten Berge and Zegers, 1978)
Guttman's fourth lower bound, $\lambda_4$ was originally proposed as any spit half reliability but has been interpreted as the greatest split half reliability. If $\vec{X}$ is split into two parts, $\vec{X}_a$ and $\vec{X}_b$, with correlation $r_{ab}$ then
$\lambda_5$, Guttman's fifth lower bound, replaces the diagonal values with twice the square root of the maximum (across items) of the sums of squared interitem covariances
Guttman's final bound considers the amount of variance in each item that can be accounted for the linear regression of all of the other items (the squared multiple correlation or smc), or more precisely, the variance of the errors, $e_j^2$, and is
Guttman's $\lambda_4$ is the greatest split half reliability. This is found by combining the output from three different approaches, and seems to work for all test cases yet tried. Lambda 4 is reported as the max of these three algorithms.
The algorithms are
a) Do an ICLUST of the reversed correlation matrix. ICLUST normally forms the most distinct clusters. By reversing the correlations, it will tend to find the most related cluster. Truly a weird approach but tends to work.
b) Alternatively, a kmeans clustering of the correlations (with the diagonal replaced with 0 to make pseudo distances) can produce 2 similar clusters.
c) Clusters identified by assigning items to two clusters based upon their order on the first principal factor. (Highest to cluster 1, next 2 to cluster 2, etc.)
Guttman, L. (1945). A basis for analyzing test-retest reliability. Psychometrika, 10 (4), 255-282.
Revelle, W. (1979). Hierarchical cluster-analysis and the internal structure of tests. Multivariate Behavioral Research, 14 (1), 57-74.
Revelle, W. and Zinbarg, R. E. (2009) Coefficients alpha, beta, omega and the glb: comments on Sijtsma. Psychometrika, 2009.
Ten Berge, J. M. F., & Zegers, F. E. (1978). A series of lower bounds to the reliability of a test. Psychometrika, 43 (4), 575-579.
Zinbarg, R. E., Revelle, W., Yovel, I., & Li, W. (2005). Cronbach's $\alpha$ , Revelle's $\beta$ , and McDonald's $\omega_h$ ): Their relations with each other and two alternative conceptualizations of reliability. Psychometrika, 70 (1), 123-133.
alpha
, omega
, ICLUST
,data(attitude)
glb(attitude)
guttman(attitude)
Run the code above in your browser using DataLab