summary.bugsCheck {rube} | R Documentation |
Make a summary of a bugsCheck object.
## S3 method for class 'bugsCheck' summary(object, ..., digits = max(3, getOption("digits") - 3))
object |
a bugsCheck object as created by bugsCheck() |
... |
optional arguments passed to default |
digits |
digits in printout |
Makes a summary a bugsCheck object as returned by bugsCheck() via doBugs().
Returns NULL invisibly.
Howard J. Seltman <hseltman@stat.cmu.edu>
cat("Need summary.bugsCheck() example.\n")