Learn R Programming

crmPack (version 2.0.0)

StoppingOrdinal-class: StoppingOrdinal

Description

[Experimental]

StoppingOrdinal is the class for stopping based on a Stopping rule applied to a specific toxicity grade in an ordinal CRM trial

Usage

StoppingOrdinal(grade, rule)

.DefaultStoppingOrdinal()

Arguments

grade

(integer)
see slot definition.

rule

(Stopping)
see slot definition.

Slots

grade

(integer)
the grade to which the rule should be applied

rule

(Stopping)
the rule to apply

Examples

Run this code
StoppingOrdinal(
  1L,
  StoppingTargetProb(target = c(0.2, 0.35), prob = 0.6)
)

Run the code above in your browser using DataLab