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