powered by
print method for class "opt.design"
print
opt.design
# S3 method for opt.design print(x, ...)
an object of class "opt.design", a result of a call to opt.design.
"opt.design"
not used argument.
# NOT RUN { 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) # }
Run the code above in your browser using DataLab