summary.gRaven {gRaven}R Documentation

Summary method for a gRaven domain

Description

Summary method for a gRaven domain

Usage

## S3 method for class 'gRaven'
summary(object, domain = TRUE, nodes = FALSE, jt = FALSE, print.cliques = FALSE, 
    ...)

Arguments

object

character string, name of gRaven domain

domain

Logical, should domain be summarised

jt

Logical, should junction tree be summarised

nodes

Logical, should nodes be summarised

print.cliques

Logical, should cliques be printed

...

additional arguments to summary

Value

a data frame.

Differences from RHugin

In gRaven, not all of the options are yet implemented, and generally the information delivered is less detailed than in the RHugin version.

Author(s)

Peter J. Green, P.J.Green@bristol.ac.uk

Examples

demo("chest",package="gRaven",echo=FALSE)
chest
summary(chest,jt=TRUE)

[Package gRaven version 1.1.8 Index]