cobs-methods: Methods for COBS Objects

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Print, summary and other methods for cobs objects.

Usage

1
2
3
4
5
6
7
8
9
## 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

1
2
3
4
example(cobs)
summary(Sbs)

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

cobs99 documentation built on May 2, 2019, 6:12 p.m.

Related to cobs-methods in cobs99...