Description Usage Arguments Value
Get a vector representing the status of the variables (with their names) of a BN
or BNDataset
.
Elements of the vector are c
if the variable is continue, and d
if the variable is discrete.
1 2 3 4 5 6 7 | discreteness(x)
## S4 method for signature 'BN'
discreteness(x)
## S4 method for signature 'BNDataset'
discreteness(x)
|
x |
an object. |
vector contaning, for each variable of the desired object,
c
if the variable is continue, and d
if the variable is discrete.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.