Learn R Programming

statpsych (version 1.7.0)

size.test.cronbach: Sample size to test a Cronbach reliability

Description

Computes the sample size required to test a Cronbach reliability with desired power.

Usage

size.test.cronbach(alpha, pow, rel, r, h)

Value

Returns the required sample size

Arguments

alpha

alpha level for hypothesis test

pow

desired power

rel

reliability planning value

r

number of measurements

h

null hypothesis value of reliability

References

Bonett2015statpsych

Examples

Run this code
size.test.cronbach(.05, .85, .80, 5, .7)

# Should return:
# Sample size
#         139
 

Run the code above in your browser using DataLab