Learn R Programming

bnstruct (version 1.0)

observations: get the list of observations of an InferenceEngine.

Description

Return the list of observations added to an InferenceEngine.

Usage

observations(x)
"observations"(x)

Arguments

Value

the list of observations of the InferenceEngine.

Details

Output is a list in the following format:
  • observed.varsvector of observed variables;
  • observed.valsvector of values observed for the variables in observed.vars in the corresponding position.