residuals.sarlm {spdep} | R Documentation |
Access functions for residuals, deviance, coefficients and fitted values from spatial simultaneous autoregressive linear model objects
residuals.sarlm(object, ...) deviance.sarlm(object, ...) coef.sarlm(object, ...) fitted.sarlm(object, ...)
object |
sarlm object returned by lagsarlm or
errorsarlm |
... |
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