bsmschema.models.DummyContrasts#
- object DummyContrasts#
Dummy contrasts are contrasts with one condition, a weight of one, and the same name as the condition. That is,
"DummyContrasts": {"Contrasts": ["A", "B"], "Test": "t"}
is equivalent to the following list of
Contrast
s:"Contrasts": [ {"Name": "A", "ConditionList": ["A"], "Weights": [1], "Test": "t"} {"Name": "B", "ConditionList": ["B"], "Weights": [1], "Test": "t"} ]
While
"t"
and"pass"
contrasts are passed as inputs to the next node,"F"
contrasts are terminal and are not passed as inputs to followingNode
s.- Config:
extra: str = forbid