rbsb2.nom-class: Class "nom" to describe the node and variable names of a /bn/

Description Objects from the Class Slots Methods Author(s) Examples

Description

list of variable names of each node, the component names are the node names when there is no variable name, must be "" NOT character(0) for the length giving giving the number of variables in any cases...

Objects from the Class

Objects can be created by calls of the form new("nom",,x=list(N1=c("a","b","c"),N2="")).

Slots

x:

Object of class "list" The name of each component of the list is associated to a node; when a node is multivariate the component is the vector of its variable names. If not, it must be "": character(0) is not accepted.

Methods

print

see print8nom for the details

length

see length8nom for the details

Author(s)

J.-B. Denis

Examples

1
showClass("nom")

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to rbsb2.nom-class in rbsb...