| pi.cronbach | R Documentation |
Computes approximate one-sided or two-sided prediction limits for the estimated Cronbach reliability in a future study with a planned sample size of n. The prediction interval uses a Cronbach reliability estimate from a prior study.
The size.ci.cronbach and size.ci.cronbach2 functions require a planning value of the expected sample value of Cronbach's reliability in the planned study. A one-sided lower prediction limit for the sample value of Cronbach's reliability in the planned study can be used in the size.ci.cronbach and size.ci.cronbach2 functions to obtain conservatively large sample size requirements. This strategy for specifying a reliability planning value is useful in applications where the population Cronbach reliability in the prior study is assumed to be very similar to the population Cronbach reliability in the planned study.
pi.cronbach(alpha, rel, r, n0, n, type)
alpha |
alpha value for 1-alpha confidence |
rel |
estimated Cronbach reliability from prior study |
r |
number of measurements (e.g., items, raters, etc.) |
n0 |
sample size used to estimate reliability in prior study |
n |
planned sample size of future study |
type |
|
Returns one-sided or two-sided prediction limit(s) of an estimated Cronbach reliability in a future study
pi.cronbach(.1, .852, 5, 100, 150, 1)
# Should return:
# LL UL
# 0.7944 0.8956
pi.cronbach(.1, .852, 5, 100, 150, 3)
# Should return:
# LL
# 0.8092
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.