AlphaCoefficient | R Documentation |
This function computes Tau-Equivalent Measurement, also known as Cronbach's alpha coefficient, for a given data set.
AlphaCoefficient(x, na = NULL, Z = NULL, w = NULL)
x |
This should be a data matrix or a Covariance/Phi/Tetrachoric matrix. |
na |
This parameter identifies the numbers or characters that should be treated as missing values when 'x' is a data matrix. |
Z |
This parameter represents a missing indicator matrix. It is only needed if 'x' is a data matrix. |
w |
This parameter is an item weight vector. It is only required if 'x' is a data matrix. |
For a correlation/covariance matrix input, returns a single numeric value representing the alpha coefficient. For a data matrix input, returns a list with three components:
Alpha coefficient calculated from covariance matrix
Alpha coefficient calculated from phi coefficient matrix
Alpha coefficient calculated from tetrachoric correlation matrix
Cronbach, L. J. (1951). Coefficient alpha and the internal structure of a test. Psychometrika, 16,297–334.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.