table.rule.surv {stoppingrule}R Documentation

Tabulate Stopping Rule (Survival data)

Description

Summarize a stopping rule in a condensed tabular format

Usage

table.rule.surv(rule, dec = 0)

Arguments

rule

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

dec

Number of decimal places to which the stagewise total follow-up times should be rounded

Value

A matrix with two columns: total follow up time and their corresponding rejection boundary

Examples

gp_rule = calc.rule.surv(n=50,p0=0.20,alpha=0.10,type="GP",tau=100,param=c(1,1000))
table.rule.surv(gp_rule,2)

[Package stoppingrule version 0.4.0 Index]