print.rube {rube} | R Documentation |
Make a summary of a rube object. This shows bugsCheck info in the event of bugs() failure or it shows MCMC result info if bugs() is successful.
## S3 method for class 'rube' print(x, ..., limit=c(10,2), digits=3)
x |
a rube object as created by rube() |
... |
optional arguments passed to default |
limit |
largest index printed for vector parameters.to.save; per dimension |
digits |
digits in printout |
Shows key information for a rube object as returned by rube().
Returns NULL invisibly.
Howard J. Seltman <hseltman@stat.cmu.edu>
cat("Need print.rube() example.\n")