interventions | R Documentation |
InferenceEngine
.Return the list of interventions added to an InferenceEngine.
interventions(x)
## S4 method for signature 'InferenceEngine'
interventions(x)
x |
an |
Output is a list in the following format:
intervention.vars
vector of manipulated variables;
intervention.vals
vector of values for the variables in observed.vars
in the corresponding position.
the list of interventions of the InferenceEngine
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.