
Print, summary and other methods for cobs
objects.
# S3 method for cobs
print(x, digits = getOption("digits"), ...)
# S3 method for cobs
summary(object, digits = getOption("digits"), ...)# S3 method for cobs
coef(object, ...)
# S3 method for cobs
fitted(object, ...)
# S3 method for cobs
knots(Fn, ...)
# S3 method for cobs
residuals(object, ...)
print.cobs()
returns its argument invisibly.
The coef()
, fitted()
, knots()
, and
residuals()
methods return a numeric vector.
object of class cobs
.
number of digits to use for printing.
further arguments passed from and to methods.
Martin Maechler
These are methods for fitted COBS objects, as computed by
cobs
.
example(cobs)
Sbs # uses print.*
summary(Sbs)
coef(Sbs)
knots(Sbs)
Run the code above in your browser using DataLab