Description Usage Arguments Value Author(s) See Also Examples
View source: R/unidimensionality.r
Cronbach's alpha of a single block of variables
| 1 |   alpha(X)
 | 
| X | matrix representing one block of manifest variables | 
Cronbach's alpha
Gaston Sanchez
| 1 2 3 4 5 6 7 8 9 10 11 | ## Not run: 
 # load dataset satisfaction
 data(satisfaction)
 # block Image (first 5 columns of satisfaction)
 Image = satisfaction[,1:5]
 # compute Cronbach's alpha for Image block
 alpha(Image)
 
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.