IncrementsOrdinal is the class for applying a standard Increments rule to
the results of an ordinal CRM trial.
Slots
grade(
integer)
the toxicity grade to which theruleshould be applied.rule(
Increments)
the standardIncrementsrule to be applied
Examples
IncrementsOrdinal(
grade = 1L,
rule = IncrementsRelative(
intervals = c(0, 20),
increments = c(1, 0.33)
)
)
#> An object of class "IncrementsOrdinal"
#> Slot "grade":
#> [1] 1
#>
#> Slot "rule":
#> An object of class "IncrementsRelative"
#> Slot "intervals":
#> [1] 0 20
#>
#> Slot "increments":
#> [1] 1.00 0.33
#>
#>
