View source: R/table.rule.bin.R
table.rule.bin | R Documentation |
Summarize a stopping rule in a condensed tabular format
table.rule.bin(x)
x |
A |
A matrix with two columns: the ranges of evaluable patients, and corresponding rejection boundaries for these ranges
# Binomial Pocock test in 50 patient cohort at 10% level, expected toxicity probability of 20%
## Not run: poc_rule = calc.rule.bin(ns=1:50,p0=0.20,alpha=0.10,type="Pocock")
# Tabulate stopping boundary
table.rule.bin(poc_rule)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.