Description Usage Arguments Details Value Examples
This function verify if the GBN in argument is one that can be used by the main functions of this package.
1 | validGBNetworkObject(object)
|
object |
object - If it's a GBN, the function returns TRUE. |
The function tests the dimnames of all the elements of GBN (weightmatrix, mean and variance), and its acyclicity.
It returns FALSE if the object in argument is not a GBN, and TRUE if it is.
1 2 3 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.