Add a list of interventions to an InferenceEngine, using a list composed by the two following vectors:
intervention.vars
vector of the variables we manipulate;intervention.vals
vector of values for the variables inobserved.vars
in the corresponding position.
Usage
interventions(x) <- value
# S4 method for InferenceEngine
interventions(x) <- value
Arguments
- x
an
InferenceEngine
.- value
the list of interventions of the
InferenceEngine
.
Details
An intervention can be applied only when building an InferenceEngine
.
In case of multiple interventions of the same variable, the last intervention is the one used.