residuals.scam(scam)
residuals.scam()所属R语言包:scam
SCAM residuals
SCAM残差
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is a clone of the mgcv library code residuals.gam. It returns residuals for a fitted scam model object. Pearson, deviance, working and response residuals are available.
此功能是的克隆mgcv库代码的residuals.gam。它返回一个装有scam模型对象的残差。皮尔逊偏差,工作和响应残差。
用法----------Usage----------
## S3 method for class 'scam'
residuals(object, type = c("deviance", "pearson","scaled.pearson",
"working", "response"),...)
参数----------Arguments----------
参数:object
a scam fitted model object.
scam拟合模型对象。
参数:type
the type of residuals wanted.
类型残差想。
参数:...
other arguments.
其他参数。
Details
详细信息----------Details----------
See residuals.gam for details.
见residuals.gam的详细信息。
值----------Value----------
An array of residuals.
数组的残留物。
(作者)----------Author(s)----------
Natalya Pya <nat.pya@gmail.com>
参见----------See Also----------
scam
scam
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|