View source: R/MeanWilliamsDesign.Equality.R
MeanWilliamsDesign.Equality | R Documentation |
Compare more than two treatment under a crossover design.
H0: margin is equal to 0 Ha: margin is not equal to 0
The test is finding whether there is a difference between treatment i and treatment j
MeanWilliamsDesign.Equality(alpha, beta, sigma, k, margin)
alpha |
significance level |
beta |
power = 1-beta |
sigma |
standard deviation |
k |
Total k treatments in the design |
margin |
|
Chow SC, Shao J, Wang H. Sample Size Calculation in Clinical Research. New York: Marcel Dekker, 2003
Example.3.5.4<-MeanWilliamsDesign.Equality(0.025,0.2,0.1,6,0.05)
Example.3.5.4 # 6
Example.3.5.4<-MeanWilliamsDesign.Equality(0.025,0.2,0.1,6,-0.05)
Example.3.5.4 # 6
Example.3.5.4<-MeanWilliamsDesign.Equality(0.025,0.2,0.1,6,-0.1)
Example.3.5.4 # 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.