Learn R Programming

stoppingrule (version 0.6)

table.rule.tite: Tabulate Stopping Rule (TITE Method)

Description

Summarize a stopping rule in a condensed tabular format

Usage

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

Value

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

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

Examples

Run this code

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