powered by
Calculate alpha or omega for a given data set.
alpha(y, varphi = 0.1, se = FALSE, test = TRUE, complete =FALSE, auxiliary = NULL, drop, silent = TRUE) omega(y, varphi = 0.1, se = FALSE, test = TRUE, complete =FALSE, auxiliary = NULL, drop, silent = TRUE)
Data
Downweight rate
Whether to estimate standard error. It might take significant more time if se is requested with many items.
Whether to test the assumption of alpha (tau equivalent test) or omega (homogeneous test).
Calculate alpha/omega only based on complete data (listwise deletion)
Provide a matrix or data frame of auxiliary variables for missing data analysis.
The row number of cases to be dropped from the analysis.
Whether to print information of the analysis.
Zhiyong Zhang and Ke-Hai Yuan
Zhang, Z. & Yuan, K.-H. (2014). Robust Coefficients Alpha and Omega and their Confidence Intervals: Methods and Software.
data(example) alpha(example, varphi=.01) omega(example, varphi=.01)
Run the code above in your browser using DataLab