print.teqrOCact: print.teqrOCact

Description Usage Arguments Value Author(s) Examples

Description

Print file for the class teqrOCact.

Usage

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

Arguments

x

object of class teqrOCact

...

additional arguments to be passed to lower level functions

Value

The output from print.teqr 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
15
set.seed(1111)
OperChar<-teqrOCact(
sim=1000,
firstdose=2,
proba=c(0.50,0.80,0.90), 
probc=c(0.10,0.10,0.10),
cohortSize=3,
MaxNoCohorts=30,
RP2Dss=6,
pTarget=1.00,  
eq1=0.34,
eq2=0.0,
toxcon=0.34,
llactivity=0.66)
OperChar

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

Related to print.teqrOCact in TEQR...