Learn R Programming

precautionary (version 0.2.6)

Boin-class: The BOIN design as a Cumulative-Cohort Design (CCD) subclass

Description

The BOIN design as a Cumulative-Cohort Design (CCD) subclass

The BOIN design as a Cumulative-Cohort Design (CCD) subclass

Arguments

Super classes

precautionary::Cpe -> precautionary::Ccd -> Boin

Methods

Public methods

Method new()

Usage

Boin$new(target, cohort_max, enroll_max)

Arguments

target

Target toxicity rate

cohort_max

Upper bound on dose-wise enrollment

enroll_max

Upper bound on total enrollment

Details

Create a new Boin object.

Returns

A Boin object.

Examples

# TODO

Method clone()

The objects of this class are cloneable with this method.

Usage

Boin$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Details

TODO: Provide references, and note clearly the choice of defaults. Also provide citations to BOIN paper(s).

Examples

Run this code
# NOT RUN {
## ------------------------------------------------
## Method `Boin$new`
## ------------------------------------------------

# TODO
# }

Run the code above in your browser using DataLab