Learn R Programming

tsdf (version 1.1-8)

print.opt.design: print Zhong's design from a "opt.design" object.

Description

print method for class "opt.design"

Usage

# S3 method for opt.design
print(x, ...)

Arguments

x

an object of class "opt.design", a result of a call to opt.design.

...

not used argument.

Examples

Run this code
# 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