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