print.bayes: Printing bayes Objects
Description
Print method for an object of class bayes.
Usage
# S3 method for bayes
print(x, iter = NULL, ...)
Arguments
x
an object of class bayes.
iter
Iteration number. if NULL, it will be set to the last iteration.
...
Argument with no further use.