Sprintf.ph2simon {VisualizeSimon2Stage} | R Documentation |
Short Paragraph to Describe a ph2simon Object
Description
To create a short paragraph to describe a ph2simon object.
Usage
Sprintf.ph2simon(model, type = c("minimax", "optimal", "n1", "maximax"), ...)
Arguments
model |
ph2simon object |
type |
character scalar, type of Simon's two-stage design,
|
... |
additional parameters, currently not in use |
Value
Function Sprintf.ph2simon returns a noquote character scalar.
Examples
library(clinfun)
(x = ph2simon(pu = .2, pa = .4, ep1 = .05, ep2 = .1))
Sprintf.ph2simon(x, type = 'minimax')
Sprintf.ph2simon(x, type = 'optimal')
Sprintf.ph2simon(x, type = 'n1')
Sprintf.ph2simon(x, type = 'maximax')
[Package VisualizeSimon2Stage version 0.1.5 Index]