residuals.smoots {smoots}R Documentation

Extract Model Residuals

Description

Generic function which extracts model residuals from a smoots class object. Both residuals and its abbreviated form resid can be called.

Usage

## S3 method for class 'smoots'
residuals(object, ...)

Arguments

object

an object from the smoots class.

...

included for consistency with the generic function.

Value

Residuals extracted from a smoots class object.

Author(s)


[Package smoots version 1.1.4 Index]