residuals.sarlm(spdep)
residuals.sarlm()所属R语言包:spdep
Access functions for spatial simultaneous autoregressive linear
空间的同时自回归线性的访问功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Access functions for residuals, deviance, coefficients and fitted values from spatial simultaneous autoregressive linear model objects
残差,偏差系数,拟合值,同时从空间自回归线性模型对象的访问函数
用法----------Usage----------
## 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, ...)
参数----------Arguments----------
参数:object
sarlm object returned by lagsarlm or errorsarlm
sarlm返回的对象lagsarlm或errorsarlm
参数:...
further arguments passed through
通过进一步的论据
值----------Value----------
Revelant vectors of numerical values.
Revelant向量数值。
注意----------Note----------
fitted.sarlm() returns the difference between residuals() for the same object and the response variable; predict.sarlm() returns a decomposition into trend and signal
fitted.sarlm()返回同一个对象,响应变量之间的差异residuals()predict.sarlm()返回一个趋势和信号分解成
(作者)----------Author(s)----------
Roger Bivand, <a href="mailto:Roger.Bivand@nhh.no">Roger.Bivand@nhh.no</a>
参见----------See Also----------
errorsarlm, lagsarlm,
errorsarlm,lagsarlm,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|