Learn R Programming

cobs (version 0.9-3)

cobs-methods: 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, \dots) ## S3 method for class 'cobs': residuals(object, \dots)

Arguments

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

Value

  • print.cobs() returns its argument invisibly.

Details

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

See Also

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

Examples

Run this code
example(cobs)summary(Sbs)

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

Run the code above in your browser using DataLab