summary.bugsCheck {rube}R Documentation

Make a summary of a bugsCheck object

Description

Make a summary of a bugsCheck object.

Usage

## S3 method for class 'bugsCheck'
summary(object, ..., digits = max(3, getOption("digits") - 3))

Arguments

object

a bugsCheck object as created by bugsCheck()

...

optional arguments passed to default

digits

digits in printout

Details

Makes a summary a bugsCheck object as returned by bugsCheck() via doBugs().

Value

Returns NULL invisibly.

Author(s)

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

Examples

  cat("Need summary.bugsCheck() example.\n")

[Package rube version 0.3-11 Index]