basic.model.comp(xpose4specific)
basic.model.comp()所属R语言包:xpose4specific
Basic model comparison plots, for Xpose 4
基本模式的比较图,XPOSE 4
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This creates a stack of four plots, comparing PRED, IPRED, WRES (or CWRES), and IWRES estimates for the two specified model fits.
,比较PRED,IPRED的,WRES(,或CWRES),这将创建一个堆栈的四个图,和IWRES两个指定的模型估计适合。
用法----------Usage----------
basic.model.comp(object,
object.ref = NULL,
onlyfirst = FALSE,
inclZeroWRES = FALSE,
subset = xsubset(object),
main="Default",
force.wres=FALSE,
...)
参数----------Arguments----------
参数:object
An xpose.data object.
对象的xpose.data。
参数:object.ref
An xpose.data object. If not supplied, the user will be prompted.
对象的xpose.data。如果没有提供,用户将被提示。
参数:inclZeroWRES
Logical value indicating whether rows with WRES=0 is included in the plot. The default is TRUE.
逻辑值,该值指示是否行与WRES = 0的图。默认值是TRUE。
参数:onlyfirst
Logical value indicating whether only the first row per individual is included in the plot.
逻辑值指示是否只有第一行,每个人的图。
参数:subset
A string giving the subset expression to be applied to the data before plotting. See xsubset.
被应用到的数据,然后绘制一个字符串,给出的子集表达。见xsubset。
参数: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的使用。
参数:force.wres
Force function to use WRES?
强制功能使用WRES?
参数:...
Other arguments passed to link[xpose4generic]{xpose.plot.default}.
其他参数传递给link[xpose4generic]{xpose.plot.default}。
Details
详细信息----------Details----------
Four basic model comparison plots are displayed in sequence.
有四种基本模式的比较图中显示的顺序。
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[]
## 5 and 6 in the current working directory[#5和6的当前工作目录]
xpdb5 <- xpose.data(5)
xpdb6 <- xpose.data(6)
## A vanilla plot, without prompts[#A香草的图,不提示]
basic.model.comp(xpdb5, xpdb6, prompt = FALSE)
## Custom colours and symbols, no user IDs[#自定义颜色和符号,没有用户ID]
basic.model.comp.cwres(xpdb5, xpdb6, cex=0.6, pch=8, col=1, ids=NULL)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|