print: Printing methods

printR Documentation

Printing methods

Description

Printing methods for outputs of bnmonitor functions

Usage

## S3 method for class 'sensitivity'
print(x, ...)

## S3 method for class 'kl'
print(x, ...)

## S3 method for class 'CD'
print(x, ...)

## S3 method for class 'fro'
print(x, ...)

## S3 method for class 'node_monitor'
print(x, ...)

## S3 method for class 'jeffreys'
print(x, ...)

## S3 method for class 'final_node_monitor'
print(x, ...)

## S3 method for class 'seq_cond_monitor'
print(x, ...)

## S3 method for class 'seq_pa_ch_monitor'
print(x, ...)

## S3 method for class 'seq_marg_monitor'
print(x, ...)

Arguments

x

an appropriate object

...

for compatibility

Value

Printing specific to the object it is applied to.


bnmonitor documentation built on June 7, 2023, 5:19 p.m.