summary.ph2simon {VisualizeSimon2Stage}R Documentation

Summarize a Simon's Two-Stage Design

Description

Summarize a Simon's two-stage design

Usage

## S3 method for class 'ph2simon'
summary(object, ...)

Arguments

object

ph2simon object

...

potential parameters, currently not in use

Value

Function summary.ph2simon returns a list with three (3) elements

'design'

integer matrix

'EN'

double matrix

'p'

double matrix

Examples

library(clinfun)
(x = ph2simon(pu = .2, pa = .4, ep1 = .05, ep2 = .1)) 
summary(x)


[Package VisualizeSimon2Stage version 0.1.5 Index]