Learn R Programming

statpsych (version 1.7.0)

size.test.cronbach2: Sample size to test equality of Cronbach reliability coefficients in a 2-group design

Description

Computes the sample size required to test a difference in population Cronbach reliability coefficients with desired power in a 2-group design.

Usage

size.test.cronbach2(alpha, pow, rel1, rel2, r)

Value

Returns the required sample size for each group

Arguments

alpha

alpha level for hypothesis test

pow

desired power

rel1

reliability planning value for group 1

rel2

reliability planning value for group 2

r

number of measurements (items, raters)

References

Bonett2015statpsych

Examples

Run this code
size.test.cronbach2(.05, .80, .85, .70, 8)

# Should return:
# Sample size per group
#                    77
 

Run the code above in your browser using DataLab