Learn R Programming

abn (version 3.1.1)

summary.abnDag: Prints summary statistics from an object of class abnDag

Description

Prints summary statistics from an object of class abnDag

Usage

# S3 method for abnDag
summary(object, ...)

Value

List with summary statistics of the DAG.

Arguments

object

an object of class abnLearned, abnFit. Alternatively, a matrix or a formula statement defining the network structure, a directed acyclic graph (DAG). Note that row names must be set up or given in node.names.

...

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))
summary(mydag)

Run the code above in your browser using DataLab