找回密码
 注册
查看: 239|回复: 0

R语言 sme包 plot.sme()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 10:21:20 | 显示全部楼层 |阅读模式
plot.sme(sme)
plot.sme()所属R语言包:sme

                                        Visualisation of smoothing-splines mixed-effects models
                                         平滑样条混合效应模型的可视化

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

A visualisation of the smoothing-splines mixed-effects model fit is obtained. For type="model", a scatter plot of the observations overlaid with the fitted mean and (optionally) individual curves. Confidence limits for the mean curve can optionally also be shown. See plot.sme.model for further details. For type="raw", a trellis plot of the raw data for each subject, with the fitted individual curves optionally overlaid. See plot.sme.raw for further details. For type="diagnostic", a diagnostic plot of the model residuals. See plot.sme.diagnostic for further details.
一个可视化的平滑样条混合效应模型拟合获得。 type="model"的意见,散点图叠加拟合的平均和(可选)个人曲线。置信下限的平均曲线也可以选择性地被显示。见plot.sme.model进一步的细节。 type="raw",每个学科的原始数据与拟合的个人曲线任选一个网格图叠加。见plot.sme.raw进一步的细节。 type="diagnostic",诊断模型的残差图。见plot.sme.diagnostic进一步的细节。


用法----------Usage----------


## S3 method for class 'sme'
plot(x,type="model",...)



参数----------Arguments----------

参数:x
an object inheriting from class sme, representing a fitted smoothing-splines mixed-effects model
对象继承类sme,代表一个装有平滑样条混合效应模型


参数:type
the type of plot desired, currently either "model" for visualising the model fit, "raw" for visualising the raw data or "diagnostic" for visualising the model residuals
所需的图类型,目前无论是"model"可视化模型拟合,"raw"可视化的原始数据或"diagnostic"可视化模型残差


参数:...
further arguments to plotSmeModel, plotSmeRaw or plotSmeDiagnostic
进一步的论据plotSmeModel,plotSmeRaw或plotSmeDiagnostic


值----------Value----------

Depending on type, either a plot of the fitted model, a plot of the raw data or a diagnostic plot of the model residuals
根据type,无论是图的拟合模型,图的原始数据或诊断模型的残差图


(作者)----------Author(s)----------


Maurice Berk <a href="mailto:maurice.berk01@imperial.ac.uk">maurice.berk01@imperial.ac.uk</a>



参考文献----------References----------



参见----------See Also----------

plotSmeModel, plotSmeRaw,
plotSmeModel,plotSmeRaw,


实例----------Examples----------


  data(MTB)
  fit <- sme(MTB[MTB$variable==6031,c("y","tme","ind")])
  plot(fit,type="model")
  plot(fit,type="raw")
  plot(fit,type="diagnostic")

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-5-29 04:31 , Processed in 0.028283 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表