seasrescheck(season)
seasrescheck()所属R语言包:season
Seasonal residual checks
季节性残留检查
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Tests the residuals for any remaining seasonality.
测试残差任何剩余的季节性。
用法----------Usage----------
seasrescheck(res)
参数----------Arguments----------
参数:res
residuals from some regression model.
一些回归模型的残差。
Details
详细信息----------Details----------
Plots: i) histogram of the residuals, ii) a scatter plot against residual order, iii) the autocovariance, iv) the cumulative periodogram (see cpgram)
图:I)残差直方图,II)的散点图对剩余的顺序,III)的自协方差,IV)的累积周期图(见cpgram)
(作者)----------Author(s)----------
Adrian Barnett <a href="mailto:a.barnett<at>qut.edu.au">a.barnett<at>qut.edu.au</a>
实例----------Examples----------
# cardiovascular disease data [心血管疾病数据]
# (use an offset of the scaled number of days in a month)[(使用的偏移量的图像的缩放的天数在一个月内)]
data(CVD)
model = cosinor(cvd~1, date=month, data=CVD, type='monthly',
family=poisson(), offsetmonth=TRUE)
seasrescheck(resid(model))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|