Description Usage Arguments Details Value Author(s) References See Also Examples
Computes the asymptotic confidence interval for Cronbach's alpha following the method outlined by Koning & Franses (2003).
1 | alpha.aci(x, k, n, CI = 0.95)
|
x |
An alpha coefficient to compute a confidence interval around. |
k |
The number of items on which alpha was computed. |
n |
The number of sampling units (observations) on which alpha was computed. |
CI |
A numeric element between .00 and 1.00 indicating the desired confidence level. |
Koning & Franses (2003) describe several methods for computing confidence intervals around Cronbach's alpha coefficient. This function returns what Koning and Franses (2003) refer to as the asymptotic confidence interval for alpha. The confidence interval is asymptomic and not necessarily symmetrical. For more info, see Koning and Franses (2003).
Lower Limit |
Lower limit of confidence interval |
Upper Limit |
Upperlimit of confidence interval |
Ryne A. Sherman
Koning, A. J. & Franses, P. H. (2003). Confidence Intervals for Cronbach's Alpha Coefficient values. ERIM Report Series Reference No. ERS-2003-041-MKT. Available at SSRN: http//ssrn.com/abstract=423658
1 2 3 | #Compute the asymptotic CI for an observed Cronbach's alpha
#of .7 on 200 observaitons from a 10 item scale'
alpha.aci(.7,10,200)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.