examples/Rules-class-IncrementsRelative.R

# As example, here is the rule for: 
#   maximum doubling the dose if the current dose is <20
#   OR only maximum increasing the dose by 1.33 if the current dose is >=20

myIncrements <- IncrementsRelative(intervals=c(0, 20),
                                   increments=c(1, 0.33))
0liver0815/onc-crmpack-test documentation built on Feb. 19, 2022, 12:25 a.m.