residuals.locfit | R Documentation |
residuals.locfit
is implemented as a front-end to
fitted.locfit
, with the type
argument set.
## S3 method for class 'locfit'
residuals(object, data=NULL, type="deviance", ...)
object |
|
data |
The data frame for the original fit. Usually, shouldn't be needed. |
type |
Type of fit or residuals to compute. The default is
|
... |
arguments passed to and from other methods. |
A numeric vector of the residuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.