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

View source: R/statpsych1.R

size.test.cronbachR Documentation

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)

Arguments

alpha

alpha level for hypothesis test

pow

desired power

rel

reliability planning value

r

number of measurements

h

null hypothesis value of reliability

Value

Returns the required sample size

References

\insertRef

Bonett2015statpsych

Examples

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

# Should return:
#      Sample size
# [1,]         139
 


statpsych documentation built on July 9, 2023, 6:50 p.m.