if (FALSE) {
# Binomial Pocock test in 50 patient cohort at 10% level, expected toxicity probability of 20%
poc_rule = calc.rule.tite(n=50,p0=0.20,alpha=0.10,type="Pocock")
# Tabulate stopping boundary
table.rule.tite(poc_rule)
}
Run the code above in your browser using DataLab