powered by
Obtains the power and sample size for a single contrast in one-way repeated measures analysis of variance.
getDesignRepeatedANOVAContrast( beta = NA_real_, n = NA_real_, ngroups = 2, means = NA_real_, stDev = 1, corr = 0, contrast = NA_real_, meanContrastH0 = 0, rounding = TRUE, alpha = 0.025 )
An S3 class designRepeatedANOVAContrast object with the following components:
designRepeatedANOVAContrast
power: The power to reject the null hypothesis for the treatment contrast.
power
alpha: The one-sided significance level.
alpha
n: The number of subjects.
n
ngroups: The number of treatment groups.
ngroups
means: The treatment group means.
means
stDev: The total standard deviation.
stDev
corr: The correlation among the repeated measures.
corr
contrast: The coefficients for the single contrast.
contrast
meanContrastH0: The mean of the contrast under the null hypothesis.
meanContrastH0
meanContrast: The mean of the contrast under the alternative hypothesis.
meanContrast
effectsize: The effect size.
effectsize
rounding: Whether to round up sample size.
rounding
The type II error.
The total sample size.
The number of treatment groups.
The treatment group means.
The total standard deviation.
The correlation among the repeated measures.
The coefficients for the single contrast.
The mean of the contrast under the null hypothesis.
Whether to round up sample size. Defaults to 1 for sample size rounding.
The one-sided significance level. Defaults to 0.025.
Kaifeng Lu, kaifenglu@gmail.com
(design1 <- getDesignRepeatedANOVAContrast( beta = 0.1, ngroups = 4, means = c(1.5, 2.5, 2, 0), stDev = 5, corr = 0.2, contrast = c(1, 1, 1, -3)/3, alpha = 0.025))
Run the code above in your browser using DataLab