add.observations<- | R Documentation |
InferenceEngine
.Add a list of observations to an InferenceEngine that already has observations, using a list composed by the two following vectors:
observed.vars
vector of observed variables;
observed.vals
vector of values observed for the variables in observed.vars
in the corresponding position.
add.observations(x) <- value
## S4 replacement method for signature 'InferenceEngine'
add.observations(x) <- value
x |
an |
value |
the list of observations of the |
In case of multiple observations of the same variable, the last observation is the one used, as the most recent.
observations<-
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.