print.opt.design {tsdf} | R Documentation |
print
method for class "opt.design
"
## S3 method for class 'opt.design'
print(x, ...)
x |
an object of class |
... |
not used argument. |
alpha1 <- 0.20
alpha2 <- 0.1
beta <- 0.20
pc <- 0.5
pt <- pc + 0.2
out <- opt.design(alpha1, alpha2, beta, pc, pt, stage = 2, sf.param = 1)
print(out)