g4n2.pam-class: Class "pam" to define parentship matrices

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

Description

square matrix with as many rows as nodes/variables; parents in rows, children in columns with 1 if a ReLaTion, 0 otherwise.

Objects from the Class

Objects can be created by calls of the form new("pam", rlt=matrix(c(0,1,1,rep(0,6)),3)).

Slots

rlt:

Object of class "matrix": the square matrix of relationships between parents (in rows) and children (in columns).

Methods

print

see print8pam for the details

Author(s)

J.-B. Denis

Examples

1
showClass("pam")

g4n documentation built on May 2, 2019, 5:47 p.m.

Related to g4n2.pam-class in g4n...