Learn R Programming

crmPack (version 2.2.1)

ArmConditionAll-class: ArmConditionAll

Description

[Experimental]

ArmConditionAll combines multiple ArmCondition objects using AND logic. An arm opens only if ALL conditions in the list are satisfied.

Usage

ArmConditionAll(...)

.DefaultArmConditionAll()

Arguments

...

(ArmCondition)
arm condition objects to combine with AND logic.

Slots

condition_list

(list)
a list of ArmCondition objects to be combined with AND logic.

See Also

ArmCondition, ArmConditionAny, ArmConditionList.