powered by
NextBestOrdinal
NextBestOrdinal is the class for applying a standard NextBest rule to the results of an ordinal CRM trial.
NextBest
NextBestOrdinal(grade, rule).DefaultNextBestOrdinal()
.DefaultNextBestOrdinal()
(numeric) see slot definition.
numeric
(NextBest) see slot definition.
grade
(integer) the toxicity grade to which the rule should be applied.
integer
rule
(NextBest) the standard NextBest rule to be applied
NextBestOrdinal( grade = 1L, rule = NextBestMTD( 0.25, function(mtd_samples) { quantile(mtd_samples, probs = 0.25) } ) )
Run the code above in your browser using DataLab