cwres.vs.pred.bw(xpose4specific)
cwres.vs.pred.bw()所属R语言包:xpose4specific
Box-and-whisker plot of conditional weighted residuals vs population predictions
有条件的加权残值法的箱形图与人口预测
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This creates a box and whisker plot of conditional weighted residuals (CWRES) vs population predictions (PRED), and is a specific function in Xpose 4. It is a wrapper encapsulating arguments to the xpose.plot.bw function. Most of the options take their default values from xpose.data object but may be overridden by supplying them as arguments.
这将创建一个盒形图的条件加权的的残差(CWRES)与人口预测(PRED),是一个特定的功能在XPOSE 4。这是一个封装的参数xpose.plot.bw功能的包装。大多数的选项,它们的默认值xpose.data对象,但它们作为参数提供可能会被改写。
用法----------Usage----------
cwres.vs.pred.bw(object,
...)
参数----------Arguments----------
参数:object
An xpose.data object.
对象的xpose.data。
参数:...
Other arguments passed to link[xpose4generic]{xpose.plot.bw}.
其他参数传递给link[xpose4generic]{xpose.plot.bw}。
Details
详细信息----------Details----------
This creates a box and whisker plot of conditional weighted residuals (CWRES) vs population predictions (PRED), and is a specific function in Xpose 4. It is a wrapper encapsulating arguments to the xpose.plot.bw function. Most of the options take their default values from xpose.data object but may be overridden by supplying them as arguments.
这将创建一个盒形图的条件加权的的残差(CWRES)与人口预测(PRED),是一个特定的功能在XPOSE 4。这是一个封装的参数xpose.plot.bw功能的包装。大多数的选项,它们的默认值xpose.data对象,但它们作为参数提供可能会被改写。
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 bwplots are available. See xpose.plot.bw and xpose.panel.bw for details.
一个广泛的额外的选项来控制bwplots。 xpose.plot.bw和xpose.panel.bw的详细信息。
值----------Value----------
Returns a box-and-whisker plot of CWRES vs PRED.
返回一个箱形图的CWRES与PRED。
(作者)----------Author(s)----------
E. Niclas Jonsson, Mats Karlsson, Andrew Hooker & Justin Wilkins
参见----------See Also----------
xpose.plot.bw, xpose.panel.bw, bwplot, xpose.prefs-class, compute.cwres, xpose.data-class
xpose.plot.bw,xpose.panel.bw,bwplot,xpose.prefs-class,compute.cwres,xpose.data-class
实例----------Examples----------
## Not run: [#不运行:]
## We expect to find the required NONMEM run and table files for run[#我们希望找到所需的NONMEM运行和表文件运行的]
## 5 in the current working directory[排名第5的当前工作目录]
xpdb5 <- xpose.data(5)
## End(Not run)[#(不执行)]
## Here we load the example xpose database from the xpose4data package[#在这里我们加载的例子XPOSE数据库从xpose4data包]
data(simpraz.xpdb)
xpdb <- simpraz.xpdb
## A vanilla plot[#香草图,]
cwres.vs.pred.bw(xpdb)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|