Description Usage Arguments Details Value Author(s) References See Also Examples
Calculates bias due to using sample proportion as estimator of the true response rate.
1 | sbias(n1, r1, n, p)
|
n1 |
Stage 1 sample size. |
r1 |
Stage 1 critical value (trial is stopped at stage 1 if the number of successes
is at most |
n |
Total sample size. |
p |
True success probability. |
For fixed designs the sample propotion is an unbiased (maximum likelihood) estimator of the response rate, but in group sequential designs (e.g., Simon's) it is biased.
Bias.
Arsenio Nhacolo
Porcher, R. and Desseaux, K. What inference for two-stage phase II trials? BMC Med Res Methodol, 2012, 12, 117.
1 | sbias(19, 4, 54, 0.4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.