View source: R/TwoSampleSeqCrossOver.NIS.R
TwoSampleSeqCrossOver.NIS | R Documentation |
H0: p2-p1 <= margin
Ha: p2-p1 > margin
TwoSampleSeqCrossOver.NIS(alpha, beta, sigma, sequence, delta, margin)
alpha |
significance level |
beta |
power = 1-beta |
sigma |
standard deviation in crossover design |
sequence |
total sequence number |
delta |
the superiority or non-inferiority margin |
margin |
margin=p2-p1 |
Chow SC, Shao J, Wang H. Sample Size Calculation in Clinical Research. New York: Marcel Dekker, 2003
Example.4.3.4<-TwoSampleSeqCrossOver.NIS(0.05,0.2,0.25,2,0,-0.2)
Example.4.3.4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.