R/statpsych1.R
size.test.mean.ps.Rd
Computes the sample size required to test a difference in population means with desired power in a paired-samples design. Set the Pearson correlation planning value to the smallest value within a plausible range, and set the variance planning value to the largest value within a plausible range for a conservatively large sample size.
size.test.mean.ps(alpha, pow, var, es, cor)
alpha level for hypothesis test
desired power
planning value of average variance of the two measurements
planning value of mean difference
planning value of correlation
Returns the required sample size
size.test.mean.ps(.05, .80, 1.25, .5, .75)
#> Sample size
#> 22
# Should return:
# Sample size
# 22