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

View source: R/abn-methods.R

summary.abnDagR 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 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

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

abn documentation built on Nov. 3, 2023, 5:08 p.m.