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

R语言 xpose4specific包 absval.delta.model.comp()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-2 07:16:49 | 显示全部楼层 |阅读模式
absval.delta.model.comp(xpose4specific)
absval.delta.model.comp()所属R语言包:xpose4specific

                                        Model comparison plots, of absolute differences in goodness-of-fit
                                         模型比较图,善良适合的绝对差异

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

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

These functions plot absolute differences in PRED, IPRED, WRES, CWRES and IWRES against covariates for the two specified model fits.
这些功能积绝对差异PRED,IPRED,WRES,CWRES和协变量IWRES对两个指定的模型拟合。


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


absval.dpred.vs.cov.model.comp(object,
           object.ref = NULL,
           type = NULL,
           ylb=expression(paste("|", Delta, "PRED|")),
           main="Default",
           ...)
           
absval.dipred.vs.cov.model.comp(object,
           object.ref = NULL,
           type = NULL,
           ylb=expression(paste("|", Delta, "IPRED|")),
           main="Default",
           ...)
           
absval.dcwres.vs.cov.model.comp(object,
           object.ref = NULL,
           type = NULL,
           ylb=expression(paste("|", Delta, "CWRES|")),
           main="Default",
           ...)
           
absval.dwres.vs.cov.model.comp(object,
           object.ref = NULL,
           type = NULL,
           ylb=expression(paste("|", Delta, "WRES|")),
           main="Default",
           ...)
           
absval.diwres.vs.cov.model.comp(object,
           object.ref = NULL,
           type = NULL,
           ylb=expression(paste("|", Delta, "IWRES|")),
           main="Default",
           ...)



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

参数:object
An xpose.data object.  
对象的xpose.data。


参数:object.ref
An xpose.data object. If not supplied, the user will be  prompted.
对象的xpose.data。如果没有提供,系统将提示用户


参数:type
1-character string giving the type of plot desired.  The following values are possible, for details, see 'plot': '"p"' for points, '"l"' for lines, '"o"' for overplotted points and lines, '"b"', '"c"') for (empty if '"c"') points joined by lines, '"s"' and '"S"' for stair steps and '"h"' for histogram-like vertical lines.  Finally, '"n"' does not produce any points or lines.
1个字符的字符串,提供所需的类型图。下面的值是可能的,有关详细信息,请参阅“图”:“”P“点”,“L”线,“O”的overplotted的点和线“,”B“” ,“”C“”)(如果“C”)点线的加入,“”和“”S“”阶梯“H”直方图类似的垂直线。最后,“N”,不产生任何点或线。


参数:ylb
A string giving the label for the y-axis. NULL if none.
一个字符串,给出y轴的标签。 NULL,如果没有。


参数:main
The title of the plot.  If "Default" then a default title is plotted. Otherwise the value should be a string like "my title" or NULL for no plot title.  For "Default" the function xpose.multiple.plot.title is used.
称号的图。如果"Default"然后绘制一个默认的标题。否则,该值应该是一个字符串,如"my title"或NULL“”没有图的标题。对于"Default"的功能xpose.multiple.plot.title的使用。


参数:...
Other arguments passed to link[xpose4generic]{xpose.plot.default}.
其他参数传递给link[xpose4generic]{xpose.plot.default}。


Details

详细信息----------Details----------

These functions produce plots of the absolute difference in population predictions (absval.dpred.vs.cov.model.comp), individual predictions (absval.dipred.vs.cov.model.comp), weighted population residuals (absval.dwres.vs.cov.model.comp), conditional weighted population residuals (absval.dcwres.vs.cov.model.comp) and individual predictions (absval.diwres.vs.cov.model.comp).
这些功能产生的绝对差在人口预测图(absval.dpred.vs.cov.model.comp),个人预测(absval.dipred.vs.cov.model.comp),加权人口残差(absval.dwres.vs.cov.model.comp),有条件的加权人口残差(absval.dcwres.vs.cov.model.comp )和个人的预测(absval.diwres.vs.cov.model.comp“)。

Conditional weighted residuals (CWRES) require some extra steps to calculate. See compute.cwres for details.
有条件的加权的残差(CWRES)需要一些额外的步骤来计算。见compute.cwres的详细信息。

A wide array of extra options controlling xyplots are  available. See xpose.plot.default for details.
一个广泛的额外的选项来控制xyplots。见xpose.plot.default的详细信息。


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

Returns a stack of plots comprising comparisons of PRED, IPRED, WRES (or CWRES) and IWRES for the two specified runs.
返回堆栈的图,包括比较PRED,IPRED,WRES(,或CWRES)和IWRES两个指定的运行。


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


E. Niclas Jonsson, Mats Karlsson, Andrew Hooker & Justin Wilkins



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

xpose.plot.default, xpose.panel.default, xyplot, compute.cwres, xpose.prefs-class, xpose.data-class
xpose.plot.default,xpose.panel.default,xyplot,compute.cwres,xpose.prefs-class,xpose.data-class


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


## Not run: [#不运行:]
## We expect to find the required NONMEM run and table files for runs[#我们希望找到所需的NONMEM运行和表文件运行]
## 5 and 6 in the current working directory[#5和6的当前工作目录]
xpdb5 <- xpose.data(5)
xpdb6 <- xpose.data(6)

## A basic dWRES plot, without prompts[#A的基本dWRES图,不提示]
absval.dwres.vs.cov.model.comp(xpdb5, xpdb6)

## Custom colours and symbols, no user IDs[#自定义颜色和符号,没有用户ID]
absval.dpred.vs.cov.model.comp(xpdb5, xpdb6, cex=0.6, pch=8, col=1, ids=NULL)

## End(Not run)[#(不执行)]


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 12:39 , Processed in 0.021510 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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