| print.opt.design | R Documentation |
print method for class "opt.design".
## S3 method for class 'opt.design'
print(x, ...)
x |
An object of class |
... |
Unused arguments. |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.