R/statpsych1.R
size.ci.lc.stdmean.bs.Rd
Computes the sample size per group (assuming equal sample sizes) required to estimate two types of standardized linear contrasts of population means (unweighted average standardizer and single group standardizer) with desired confidence interval precision in a between-subjects design. Set the standardized linear contrast of means to the largest value within a plausible range for a conservatively large sample size.
size.ci.lc.stdmean.bs(alpha, d, w, v)
alpha level for 1-alpha confidence
planning value of standardized linear contrast of means
desired confidence interval width
vector of between-subjects contrast coefficients
Returns the required sample size per group for each standardizer
Bonett DG (2009). “Estimating standardized linear contrasts of means with desired precision.” Psychological Methods, 14(1), 1--5. ISSN 1939-1463, doi:10.1037/a0014270 .
v <- c(.5, .5, -.5, -.5)
size.ci.lc.stdmean.bs(.05, 1, .6, v)
#> Sample size per group
#> Unweighted standardizer: 49
#> Single group standardizer: 65
# Should return:
# Sample size per group
# Unweighted standardizer: 49
# Single group standardizer: 65