| DesignArm-class | R Documentation |
DesignArmDesignArm is a light-weight wrapper around Design object
for use in a HierarchicalDesign. Use DesignArm() for active arms
and HistoricalArm() for non-enrolling historical arms.
DesignArm(name, design, borrow = TRUE, open_when = NoArmCondition())
HistoricalArm(name, data, model, borrow = TRUE)
.DefaultDesignArm()
name |
( |
design |
( |
borrow |
( |
open_when |
( |
data |
( |
model |
( |
name(string)
the name of the arm.
active(flag)
whether the arm is enrolling or not (historical).
borrow(flag)
whether this arm may borrow information from other
arms when making dose escalation decisions. Only relevant if active = TRUE.
open_when(ArmCondition)
the condition that must be satisfied
before this arm opens for enrollment.
design(Design)
the design object for this arm.
Typically, end users will not use the .DefaultDesignArm() function.
design <- .DefaultDesign()
design_arm <- DesignArm(
name = "Arm A",
design = design
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.