plotSmeDiagnostic(sme)
plotSmeDiagnostic()所属R语言包:sme
Diagnostic plot of the residuals for a fitted smoothing-splines mixed-effects model
诊断残差曲线平滑样条曲线的拟合混合效应模型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This type of plot is heavily inspired by Wu and Zhang (2006). A plot containing four panels is produced: (1) standardised residuals against fitted values, (2) standardised residuals against time, (3) standardised residuals against response and (4) a normal Q-Q plot of the standardised residuals. These plots can be used to assess how well the fitted model has accounted for the temporal correlation and between-subject variance in the data.
吴和张(2006年),这种类型的图在很大程度上灵感。包含四个小组的图是:(1)标准化残差对拟合值,(2)标准化残差对时间,(3)与响应(4)正常的标准化残差的QQ图的标准化残差。这些图可以用来评估拟合模型的数据的时间相关性和个体间的差异已经占到了。
用法----------Usage----------
plotSmeDiagnostic(x)
参数----------Arguments----------
参数:x
an object inheriting from class sme, representing a fitted smoothing-splines mixed-effects model
对象继承类sme,代表一个装有平滑样条混合效应模型
值----------Value----------
A four panel plot as described above.
上述的四面板图。
(作者)----------Author(s)----------
Maurice Berk <a href="mailto:maurice.berk01@imperial.ac.uk">maurice.berk01@imperial.ac.uk</a>
参考文献----------References----------
参见----------See Also----------
plot.sme, plotSmeRaw, plotSmeModel
plot.sme,plotSmeRaw,plotSmeModel
实例----------Examples----------
data(MTB)
fit <- sme(MTB[MTB$variable==6031,c("y","tme","ind")])
plotSmeDiagnostic(fit)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|