Learn R Programming

crmPack (version 2.0.0)

NextBestMinDist-class: NextBestMinDist

Description

[Stable]

NextBestMinDist is the class for next best dose that is based on minimum distance to target probability.

Usage

NextBestMinDist(target)

.DefaultNextBestMinDist()

Arguments

target

(proportion)
see slot definition.

Slots

target

(proportion)
single target toxicity probability, except 0 or 1.

Examples

Run this code
# In the example below, the MTD is defined as the dose with the toxicity rate
# with minimal distance to the target of 30%.
next_best_min_dist <- NextBestMinDist(target = 0.3)

Run the code above in your browser using DataLab