rsdn.dn-class: Class for data sets associated to bn, most often simulated

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

Description

rebastaba objects describing data associated (or associatable) to Bayesian networks. Each column of each is at the variable level (no distinction between node and variables). The last variable must be a scoring variable with a name given by rbsb.sco

Objects from the Class

Objects can be created by calls of the form new("dn", ...).

Slots

description:

Object of class "des" Description of the object.

nat:

Object of class "character" This vector provides the natures of every variables.

pod:

Object of class "list" This list provides the possible domains of every variables ; each component is associated to a variable since the node structure is not used.

red:

Object of class "list" As @pod but for the representation domains.

cod:

Object of class "list" As @pod but for the common domains.

df:

Object of class "data.frame" The data frame itself, its variable names provides the names of the variables.

Methods

plot

signature(x = "dn"): Standard plot of some variables.

print

signature(x = "dn"): Standard print of the object.

Author(s)

Jean-Baptiste Denis

Examples

1
showClass("dn")

rebastaba documentation built on May 2, 2019, 5:24 p.m.