print.teqrOCtox {TEQR} | R Documentation |
print.teqrOCtox
Description
Print file for the class teqrOCtox.
Usage
## 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
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
[Package TEQR version 6.0-0 Index]