print.Bayenet.pred {Bayenet}R Documentation

print a predict.Bayenet object

Description

Print a summary of a predict.Bayenet object

Usage

## S3 method for class 'Bayenet.pred'
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

predict.Bayenet object.

digits

significant digits in printout.

...

other print arguments.

Value

No return value, called for side effects.

See Also

predict.Bayenet


[Package Bayenet version 0.2 Index]