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