ci.cronbach | R Documentation |
Computes a confidence interval for a population Cronbach reliability. The point estimate of Cronbach reliability assumes essentially tau-equivalent measurements and the confidence interval assumes parallel measurements.
ci.cronbach(alpha, rel, r, n)
alpha |
alpha level for 1-alpha confidence |
rel |
estimated Cronbach reliability |
r |
number of measurements (items, raters, etc.) |
n |
sample size |
Returns a 1-row matrix. The columns are:
Estimate - estimated Cronbach reliability (from input)
LL - lower limit of the confidence interval
UL - upper limit of the confidence interval
Feldt1965statpsych
ci.cronbach(.05, .85, 7, 89)
# Should return:
# Estimate SE LL UL
# 0.85 0.02456518 0.7971254 0.8931436
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.