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

Description Usage Arguments Examples

View source: R/utility.R

Description

print method for class "opt.design"

Usage

1
2
## S3 method for class 'opt.design'
print(x, ...)

Arguments

x

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

...

not used argument.

Examples

1
2
3
4
5
6
7
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)

wguo1990/tsdf documentation built on July 2, 2021, 12:54 a.m.