cobs-methods {cobs99} | R Documentation |
Print, summary and other methods for cobs
objects.
## 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, ...)
x, object |
object of class cobs . |
digits |
number of digits to use for printing. |
... |
further arguments passed from and to methods. |
These are methods for fitted COBS objects, as computed by
cobs
.
print.cobs()
returns its argument invisibly.
Martin Maechler
predict.cobs
for the predict
method, and
cobs
for examples.
example(cobs) summary(Sbs) plot(fitted(Sbs), resid(Sbs), main = deparse(Sbs$call))