| StoppingOrdinal-class | R Documentation |
StoppingOrdinalStoppingOrdinal is the class for stopping based on a Stopping rule applied
to a specific toxicity grade in an ordinal CRM trial
StoppingOrdinal(grade, rule)
.DefaultStoppingOrdinal()
grade |
( |
rule |
( |
grade(integer)
the grade to which the rule should be applied
rule(Stopping)
the rule to apply
Typically, end users will not use the .DefaultStoppingOrdinal() function.
StoppingOrdinal(
1L,
StoppingTargetProb(target = c(0.2, 0.35), prob = 0.6)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.