cobs-methods {cobs99}R Documentation

Methods for COBS Objects

Description

Print, summary and other methods for cobs objects.

Usage

## S3 method for class 'cobs':
print(x, digits = getOption("digits"), ...)
## S3 method for class 'cobs':
summary(object, digits = getOption("digits"), ...)

## S3 method for class 'cobs':
fitted(object, ...)
## S3 method for class 'cobs':
residuals(object, ...)

Arguments

x, object object of class cobs.
digits number of digits to use for printing.
... further arguments passed from and to methods.

Details

These are methods for fitted COBS objects, as computed by cobs.

Value

print.cobs() returns its argument invisibly.

Author(s)

Martin Maechler

See Also

predict.cobs for the predict method, and cobs for examples.

Examples

example(cobs)
summary(Sbs)

plot(fitted(Sbs), resid(Sbs), main = deparse(Sbs$call))

[Package cobs99 version 0.9-7 Index]