Last chance! 50% off unlimited learning
Sale ends in
abnDag
Print objects of class abnDag
# S3 method for abnDag
print(x, digits = 3L, ...)
outputs adjacency matrix and statement of the class of x
.
Object of class abnDag
number of digits of the adjacency matrix.
additional parameters. Not used at the moment.
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