table.rule.bin {stoppingrule}R Documentation

Tabulate Stopping Rule (Binary Data)

Description

Summarize a stopping rule in a condensed tabular format

Usage

table.rule.bin(x)

Arguments

x

A rule.bin object calculated by calc.rule.bin() function

Value

A matrix with two columns: the ranges of evaluable patients, and corresponding rejection boundaries for these ranges

Examples

# Binomial Pocock test in 50 patient cohort at 10% level, expected toxicity probability of 20%
poc_rule = calc.rule.bin(ns=1:50,p0=0.20,alpha=0.10,type="Pocock")

# Tabulate stopping boundary
table.rule.bin(poc_rule)

[Package stoppingrule version 0.4.0 Index]