print.rube {rube}R Documentation

Make a print of a rube object

Description

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.

Usage

## S3 method for class 'rube'
print(x, ..., limit=c(10,2), digits=3)

Arguments

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

Details

Shows key information for a rube object as returned by rube().

Value

Returns NULL invisibly.

Author(s)

Howard J. Seltman <hseltman@stat.cmu.edu>

Examples

  cat("Need print.rube() example.\n")

[Package rube version 0.3-11 Index]