| alt_alpha | R Documentation | 
Cronbach's alpha is a measure of internal reliability.
alt_alpha(v1)
| v1 | A matrix or data frame where each column is an item, and each row is a data point. | 
This is a slightly different way to calculate it than what is in the psy package.
Note: Data is run through na.omit to remove NAs when calculating alpha.
A list containing three items: sample.size, number.of.items, and alpha
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.