alpha.curve: Step-by-step Cronbach-Mesbah Curve

Description Usage Arguments Details Value Warning Author(s) References See Also Examples

Description

The function calculates and plots the Cronbach-Mesbah Curve for a given data set.

Usage

1

Arguments

x

an object of class data.frame or matrix with n subjects in the rows and k items in the columns.

Details

There is a direct connection between the Cronbach alpha coefficient α (see alpha.cronbach) and the percentage of variance explained by the first component in the Principal Component Analysis (PCA) on k items. The PCA is usually based on the analysis of the roots of the correlation matrix R of k variables which, under the hypothesis of a parallel model (see Lord and Novick, 1968) is:

1 ρ ... ρ
ρ 1 ... ρ
R = ... ... ... ...
ρ ρ ... 1

This matrix has only two different roots. The greater root is λ_1=1+ρ(k-1) and the other roots are λ_2=…=λ_k=1-ρ=(k-λ_1)/(k-1). Thus, using the Spearman-Brown formula, we can express the reliability of the sum of the k items as follows:

\tilde ρ=k / (k-1) * (1 - 1/ lambda_1).

This indicates that there is a monotonic relationship between \tildeρ, estimated by α, and the first root λ_1, which in practice is estimated using the observed correlation matrix and thus gives the percentage of variance of the first principal component. Then, α is considered as a measure of unidimensionality.

In particular, to assess the unidimensionality of a set of items, it is possible to plot a curve, called step-by-step Cronbach-Mesbah curve, which reports the number of items (from 2 to k) on the x-axis and the corresponding maximum α coefficient on the y-axis obtained through the following steps:

  1. first of all the Cronbach coefficient α=\tilde α^0 is computed using all the k items.

  2. One at a time, the i-th item (i=1,...,k) is left out and the Cronbach coefficient, denoted by α_{-i}, is computed using the remaining (k-1) items. All the coefficients are collected in a set given by

    \tilde α^1=≤ft(α_{-1},...,α_{-j},…,α_{-k}\right)

    where the apex refers to the number of item removed at each time. Then, the maximum of \tilde α^1 is detected and the corresponding item is taken out. For example, if α_{-j} is the maximum of \tilde α^1, the j-th item is removed definitely from the scale.

  3. The procedure of step 2 is repeated conditionally on the item removed previously. Supposing that item j was removed, the remaining items are left out one at a time and the corresponding Cronbach coefficient is calculated. This gives rise to the following set of (k-1) coefficients

    \tilde α^2=≤ft(α_{-(1,j)},...,α_{-(j-1,j)},α_{-(j+1,j)},...,α_{-(k,j)}\right).

    The item corresponding to the maximum of \tilde α^2 is then removed definitely. For example, if α_{-1} is the maximum of \tilde α^2, the first item is removed definitely from the scale together with the j-th item removed at step 2.

This procedure is repeated until only 2 items remain. Note that at each step the removed item is the one which leaves the scale with its maximum α value. If we remove a poor item, the α coefficient will increase, whereas if we remove a good item α must decrease. More precisely, the Spearman-Brown formula shows that increasing the number of items leads to increase the reliability of the total score. Thus, a decrease of the Cronbach-Mesbah curve, after adding a variables, would suggest that the added variable do not constitute an unidimensional set with the other variables. On the other hand, if the step-by-step Cronbach-Mesbah curve increases monotonically, then all the items contribute to measure the same latent trait and the bank of items is characterized by unidimensionality.

Value

The functions returns:
1) an object of class data.frame with 3 columns. The first column N.Item contains the number of item used for computing the Cronbach α coefficients. It contains the values between 2 and k corresponding, respectively, to the case when only 2 items or all the items are used. The second column, Alpha.Max, refers to the maximums of the Cronbach coefficients calculated at each step of the procedure, that is (max \tilde α^{k-2},...,max \tilde α^1,max \tilde α^0). Finally, the last column, Removed.Item, reports the name of the item removed at each step, that is (argmax \tilde α^{k-2},...,argmax \tilde α^1,argmax \tilde α^0).
2) The corresponding Cronbach-Mesbah curve plot created using the first 2 columns of the data.frame described above. Note that also the names of the removed items are reported in the graph.

Warning

No missing values are admitted.

Author(s)

Michela Cameletti and Valeria Caviezel

References

Curt, F., Mesbah, M., Lellouch, J. and Dellatolas, G. (1997) Handedness scale how many and which items? Laterality, 2, 137–154.

Hamon, A. and Mesbah, M. (2002) Questionnaire reliability under the Rasch model. Statistical Methods for Quality of Life Studies: Design, Measurement and Analysis. Mesbah, M., Cole, B.F. and Lee, M.L.T. (Eds.), Kluwer Academic Publishing, Boston, 155–168.

Mesbah, M. (2010) Statistical quality of life. Method and Applications of Statistics in the Life and Health Sciences. Balakrishnan, N. (Editor), Wiley, 839–864.

Nordmann, J., Mesbah, M., Berdeaux, G. (2005) Scoring of Visual Field Measured through Humphrey Perimetry: Principal Component Varimax Rotation Followed by Validated Cluster Analysis. Investigative Ophthalmology & Visual Science 46, 3169–3176.

See Also

See Also alpha.cronbach and cain

Examples

1
2
3
4
data(cain)

out = alpha.curve(cain)
out

CMC documentation built on May 2, 2019, 2:10 p.m.