View source: R/table.rule.surv.R
table.rule.surv | R Documentation |
Summarize a stopping rule in a condensed tabular format
table.rule.surv(rule, dec = 0)
rule |
A |
dec |
Number of decimal places to which the stagewise total follow-up times should be rounded |
A matrix with two columns: total follow up time and their corresponding rejection boundary
## Not run: 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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.