View source: R/OneWayANOVA.PairwiseComparison.R
OneWayANOVA.PairwiseComparison | R Documentation |
Ho: p_i=p_j
Ha: not all equal
OneWayANOVA.PairwiseComparison(alpha, beta, tau, p1, p2, delta)
alpha |
significance level |
beta |
power = 1-beta |
tau |
there are tau comparisons here |
p1 |
the mean response rate for test drug |
p2 |
the rate for reference drug |
delta |
delta= |
Chow SC, Shao J, Wang H. Sample Size Calculation in Clinical Research. New York: Marcel Dekker, 2003
Example.4.4.2<-OneWayANOVA.PairwiseComparison(0.05,0.2,2,0.2,0.4,-0.2)
Example.4.4.2
Example.4.4.2<-OneWayANOVA.PairwiseComparison(0.05,0.2,2,0.2,0.5,-0.3)
Example.4.4.2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.