Learn R Programming

abn (version 3.1.1)

print.abnDag: Print objects of class abnDag

Description

Print objects of class abnDag

Usage

# S3 method for abnDag
print(x, digits = 3L, ...)

Value

outputs adjacency matrix and statement of the class of x.

Arguments

x

Object of class abnDag

digits

number of digits of the adjacency matrix.

...

additional parameters. Not used at the moment.

Examples

Run this code
mydag <- createAbnDag(dag = ~a+b|a, data.df = data.frame("a"=1, "b"=1))
print(mydag)

Run the code above in your browser using DataLab