Learn R Programming

crmPack (version 2.0.0)

StoppingMissingDose-class: StoppingMissingDose

Description

[Experimental]

StoppingMissingDose is the class for stopping based on NA returned by next best dose.

Usage

StoppingMissingDose(report_label = NA_character_)

.DefaultStoppingMissingDose()

Arguments

report_label

(string or NA)
see slot definition.

Examples

Run this code
# The rule for stopping the study if NA or Placebo is returned as
# next best dose.
my_stopping <- StoppingMissingDose()

Run the code above in your browser using DataLab