alpha.aci: Alpha Confidence Interval

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Computes the asymptotic confidence interval for Cronbach's alpha following the method outlined by Koning & Franses (2003).

Usage

1
alpha.aci(x, k, n, CI = 0.95)

Arguments

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.

Details

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).

Value

Lower Limit

Lower limit of confidence interval

Upper Limit

Upperlimit of confidence interval

Author(s)

Ryne A. Sherman

References

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

See Also

alpha.xci vector.alpha

Examples

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)

multicon documentation built on May 2, 2019, 3:18 a.m.