summary.abnDag {abn} | R Documentation |
Prints summary statistics from an object of class abnDag
Description
Prints summary statistics from an object of class abnDag
Usage
## S3 method for class 'abnDag'
summary(object, ...)
Arguments
object |
an object of class |
... |
additional parameters. Not used at the moment. |
Value
List with summary statistics of the DAG.
Examples
mydag <- createAbnDag(dag = ~a+b|a, data.df = data.frame("a"=1, "b"=1))
summary(mydag)
[Package abn version 3.1.1 Index]