| IncrementsOrdinal-class | R Documentation |
IncrementsOrdinalIncrementsOrdinal is the class for applying a standard Increments rule to
the results of an ordinal CRM trial.
IncrementsOrdinal(grade, rule)
.DefaultIncrementsOrdinal()
grade |
( |
rule |
( |
grade(integer)
the toxicity grade to which the rule should be
applied.
rule(Increments)
the standard Increments rule to be applied
Typically, end users will not use the .DefaultIncrementsOrdinal() function.
IncrementsOrdinal(
grade = 1L,
rule = IncrementsRelative(
intervals = c(0, 20),
increments = c(1, 0.33)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.