ssLong.multiTime {powerMediation} | R Documentation |
Sample size calculation for testing if mean changes for 2 groups are the same or not for longitudinal study with more than 2 time points
Description
Sample size calculation for testing if mean changes for 2 groups are the same or not for longitudinal study with more than 2 time points.
Usage
ssLong.multiTime(es, power, nn, sx2, rho = 0.5, alpha = 0.05)
Arguments
es |
effect size |
power |
power |
nn |
number of observations per subject |
sx2 |
within subject variance |
rho |
within subject correlation |
alpha |
type I error rate |
Details
We are interested in comparing the slopes of the 2 groups and
:
where
and
The sample size calculation formula is (Equation on page 30 of Diggle et al. (1994)):
where ,
is the meaninful differnce of interest,
is the variance of the random error,
is the within-subject correlation, and
is the within-subject variance.
Value
subject per group
Note
The test is a two-sided test. For one-sided tests, please double the
significance level. For example, you can set alpha=0.10
to obtain one-sided test at 5% significance level.
Author(s)
Weiliang Qiu stwxq@channing.harvard.edu
References
Diggle PJ, Liang KY, and Zeger SL (1994). Analysis of Longitundinal Data. page 30. Clarendon Press, Oxford
See Also
Examples
# subject per group = 196
ssLong.multiTime(es=0.5/10, power=0.8, nn=3, sx2=4.22, rho = 0.5, alpha=0.05)