Skip to contents

Return the list of interventions added to an InferenceEngine.

Usage

interventions(x)

# S4 method for InferenceEngine
interventions(x)

Arguments

x

an InferenceEngine.

Value

the list of interventions of the InferenceEngine.

Details

Output is a list in the following format:

  • intervention.varsvector of manipulated variables;

  • intervention.valsvector of values for the variables in observed.vars in the corresponding position.