Learn R Programming

TEQR (version 6.0-0)

print.teqrOCtox: print.teqrOCtox

Description

Print file for the class teqrOCtox.

Usage

"print"(x,...)

Arguments

x
object of class teqrOCtox
...
additional arguments to be passed to lower level functions

Value

Examples

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

Run the code above in your browser using DataLab