cobs
objects.
"print"(x, digits = getOption("digits"), ...)
"summary"(object, digits = getOption("digits"), ...)
"coef"(object, ...)
"fitted"(object, ...)
"knots"(Fn, ...)
"residuals"(object, ...)
cobs
.print.cobs()
returns its argument invisibly.
The coef()
, fitted()
, knots()
, and
residuals()
methods return a numeric vector.
cobs
.
predict.cobs
for the predict
method,
plot.cobs
for the plot
method,
and cobs
for examples.
example(cobs)
Sbs # uses print.*
summary(Sbs)
coef(Sbs)
knots(Sbs)
Run the code above in your browser using DataLab