| NextBestOrdinal-class | R Documentation |
NextBestOrdinalNextBestOrdinal is the class for applying a standard NextBest rule to
the results of an ordinal CRM trial.
NextBestOrdinal(grade, rule)
.DefaultNextBestOrdinal()
grade |
( |
rule |
( |
grade(integer)
the toxicity grade to which the rule should be
applied.
rule(NextBest)
the standard NextBest rule to be applied
Typically, end users will not use the .DefaultNextBestOrdinal() function.
NextBestOrdinal(
grade = 1L,
rule = NextBestMTD(
0.25,
function(mtd_samples) {
quantile(mtd_samples, probs = 0.25)
}
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.