View source: R/itemize_scales.R
compute_alpha | R Documentation |
Compute coefficient alpha
compute_alpha(sigma = NULL, data = NULL, standardized = FALSE, ...)
sigma |
Covariance matrix (must be supplied if data argument is not supplied) |
data |
Data matrix or data frame (must be supplied if sigma argument is not supplied) |
standardized |
Logical scalar determining whether alpha should be computed from an unstandardized covariance matrix ( |
... |
Additional arguments to be passed to |
Coefficient alpha
compute_alpha(sigma = reshape_vec2mat(cov = .4, order = 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.