Learn R Programming

ICAOD (version 0.9.9)

print.bayes: Printing bayes Objects

Description

Print method for an object of class bayes.

Usage

# S3 method for bayes
print(x, iter = NULL, all.info = FALSE, ...)

Arguments

x

an object of class bayes.

iter

Iteration number. if NULL, it will be set to the last iteration.

all.info

Print all the information? Defaults to FALSE.

...

Argument with no further use.

See Also

bayes