print.bayescomm {BayesComm} | R Documentation |
Print a bayescomm object
Description
print.bayescomm
prints a brief summary of a bayescomm
object.
Usage
## S3 method for class 'bayescomm'
print(x, ...)
Arguments
x |
a |
... |
further arguments to pass to |
See Also
Examples
m1 <- example(BC)[[1]]
print(m1)
m1
[Package BayesComm version 0.1-2 Index]