table.rule.tite {stoppingrule}R Documentation

Tabulate Stopping Rule (TITE Method)

Description

Summarize a stopping rule in a condensed tabular format

Usage

table.rule.tite(x, dec = 3)

Arguments

x

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

dec

Number of decimal places to which the stagewise effective sample sizes should be rounded

Value

A matrix with two columns: the ranges of effective sample sizes, and corresponding rejection boundaries for these ranges

Examples


## Not run: 
# 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)

## End(Not run)

[Package stoppingrule version 0.6 Index]