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, \dots)
## S3 method for class 'cobs':
residuals(object, \dots)
cobs
.print.cobs()
returns its argument invisibly.cobs
.predict.cobs
for the predict
method, and
cobs
for examples.example(cobs)summary(Sbs)
plot(fitted(Sbs), resid(Sbs), main = deparse(Sbs$call))
Run the code above in your browser using DataLab