iwres.dist.hist(xpose4specific)
iwres.dist.hist()所属R语言包:xpose4specific
Histogram of individual weighted residuals (IWRES), for Xpose 4
直方图的个人加权残值法(IWRES),4 XPOSE
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a histogram of the distribution of individual weighted residuals (IWRES) in the dataset, a specific function in Xpose 4. It is a wrapper encapsulating arguments to the xpose.plot.histogram function.
这是一个直方图中的数据集的分布个别加权的残差(IWRES)的,一个特定的功能的4 XPOSE。这是一个封装的参数xpose.plot.histogram功能的包装。
用法----------Usage----------
iwres.dist.hist(object,
...)
参数----------Arguments----------
参数:object
An xpose.data object.
对象的xpose.data。
参数:...
Other arguments passed to xpose.plot.histogram.
其他参数传递给xpose.plot.histogram。
Details
详细信息----------Details----------
Displays a histogram of the individual weighted residuals (IWRES).
显示个别加权的残差(IWRES)的直方图。
值----------Value----------
Returns a histogram of individual weighted residuals (IWRES).
返回的直方图个别加权的残差(IWRES)的。
(作者)----------Author(s)----------
E. Niclas Jonsson, Mats Karlsson, Andrew Hooker & Justin Wilkins
参见----------See Also----------
xpose.plot.histogram, xpose.panel.histogram, histogram, xpose.prefs-class, xpose.data-class
xpose.plot.histogram,xpose.panel.histogram,histogram,xpose.prefs-class,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[#香草图,]
iwres.dist.hist(xpdb)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|