cocron.two.coefficients(alpha, n, dep = FALSE, r = NULL, los = 0.05, alternative = "two.sided")
FALSE
).dep = TRUE
)..05
).two.sided
" (default),
"greater
", or "less
" (or just the initial letter).cocron.two.coefficients
" with the following slots:
Charter, R. A., & Feldt, L. S. (1996). Testing the equality of two alpha coefficients. Perceptual and Motor Skills, 82, 763-768.
Feldt, L. S. (1969). A test of the hypothesis that Cronbach's alpha or Kuder-Richardson coefficient twenty is the same for two tests. Psychomelrika, 34, 363-373.
Feldt, L. S. (1980). A test of the hypothesis that Cronbach's alpha reliability coefficient is the same for two tests administered to the same sample. Psychometrika, 45, 99-105.
# independent alpha coefficients
cocron.two.coefficients(alpha=c(.78,.71), n=c(41,151), dep=FALSE)
# dependent alpha coefficients
cocron.two.coefficients(alpha=c(.82,.89), n=27,dep=TRUE, r=.74)
Run the code above in your browser using DataLab