powered by
Bootstrap se and CI for alpha and omega.
bootstrap(y, type="omega", alpha=.95, nboot=1000, ci="bc", plot=FALSE, varphi=0, complete=FALSE, auxiliary=NULL, silent=FALSE)
Data
omega: coefficient omega. Otherwise, coefficient alpha.
omega
Confidence level.
Number of bootstrap samples to use
bc: Bias-corrected CI. Otherwise, the percentile CI is used.
bc
Whether to plot the bootstrap density.
Downweight rate
Calculate alpha/omega only based on complete data (listwise deletion)
Provide a matrix or data frame of auxiliary variables for missing data 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) boot.test<-bootstrap(example, type='alpha', nboot=10, plot=TRUE)
Run the code above in your browser using DataLab