Description Usage Arguments Details Value Author(s) References See Also Examples
Calculates the uniformly minimum variance unbiased estimator (UMVUE) of the true response probability.
1 | pu(s, n1, r1, n)
|
s |
Total number of successes. |
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. |
The UMVUE is based on approach by Grishick et al. (1946). It was first considered by Chang et al. (1989) and further studied by Jung et al. (2004).
Estimate of the response rate.
Arsenio Nhacolo
Jung, S.-H. and Kim, K. M. On the estimation of the binomial probability in multistage clinical trials. Stat Med, 2004, 23, 881-896.
1 | pu(21, 19, 4, 54)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.