residuals.sarlm {spdep} | R Documentation |
Access functions for residuals, deviance, coefficients and fitted values from spatial simultaneous autoregressive linear model objects
## S3 method for class 'sarlm' residuals(object, ...) ## S3 method for class 'sarlm' deviance(object, ...) ## S3 method for class 'sarlm' coef(object, ...) ## S3 method for class 'sarlm' vcov(object, ...) ## S3 method for class 'sarlm' fitted(object, ...)
object |
|
... |
further arguments passed through |
Revelant vectors of numerical values.
fitted.sarlm()
returns the difference between
residuals()
for the same object and the response variable;
predict.sarlm()
returns a decomposition into trend and signal
for the fit.
Roger Bivand, Roger.Bivand@nhh.no
errorsarlm
, lagsarlm
,
predict.sarlm