Description Usage Arguments Details
View source: R/createbnFromData.R
The createbnFromData
creates a Bayesian network from the datafile that
is supplied. The $x
parameter of the datafile should contain the
actual data, while the $N component should contain the observation lengths.
1 | createbnFromData(data, seed, debug = FALSE)
|
data |
The datafile as specified above. |
seed |
Seed. |
debug |
Switches debug mode on/off. |
The possible outputs of a node are based on the unique values in the dataset. All unique values from a column (a random variable) are converted to possible outputs of the node in the BN.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.