print.teqrOCtox: print.teqrOCtox

Description Usage Arguments Value Author(s) Examples

Description

Print file for the class teqrOCtox.

Usage

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

Arguments

x

object of class teqrOCtox

...

additional arguments to be passed to lower level functions

Value

The output from print.teqrOCtox is a listing of the operating characteristics for the design as specified by the user.

Author(s)

M.S. Blanchard <sblanchard@coh.org>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
set.seed(1111)

OperChar<-teqrOCtox(
sim=500,
firstdose=2,
probt=c(0.05,0.15,0.23,0.34,0.51,0.76), 
cohortSize=3,
MaxNoCohorts=30,
MTDss=12,
pTarget=0.2,
eq1=0.05,
eq2=0.05,
tootoxic=0.34)
OperChar

TEQR documentation built on May 2, 2019, 2:14 p.m.

Related to print.teqrOCtox in TEQR...