ind.plots.wres.hist(xpose4specific)
ind.plots.wres.hist()所属R语言包:xpose4specific
Histograms of weighted residuals for each individual
每个人的加权残值法的直方图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a compound plot consisting of histograms of the distribution of weighted residuals (any weighted residual available from NONMEM) for every individual in the dataset. It is a wrapper encapsulating arguments to the xpose.plot.histogram function.
这是一个复合的图,由每个人的数据集的加权残值法(任何加权的剩余可从NONMEM)的分布直方图。这是一个封装的参数xpose.plot.histogram功能的包装。
用法----------Usage----------
ind.plots.wres.hist(object,
main = "Default",
wres="wres",
ylb = NULL,
layout=c(4,4),
inclZeroWRES=FALSE,
subset=xsubset(object),
scales=list(cex=0.7,tck=0.5),
aspect="fill",
force.by.factor=TRUE,
ids=F,
as.table=TRUE,
hicol = object@Prefs@Graph.prefs$hicol,
hilty = object@Prefs@Graph.prefs$hilty,
hilwd = object@Prefs@Graph.prefs$hilwd,
hidcol = object@Prefs@Graph.prefs$hidcol,
hidlty = object@Prefs@Graph.prefs$hidlty,
hidlwd = object@Prefs@Graph.prefs$hidlwd,
hiborder = object@Prefs@Graph.prefs$hiborder,
prompt = FALSE,
mirror=NULL,
main.cex=0.9,
max.plots.per.page=1,
...)
ind.plots.cwres.hist(object,
wres="cwres",
...)
参数----------Arguments----------
参数:object
An xpose.data object.
对象的xpose.data。
参数: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的使用。
参数:wres
Which weighted residual should we plot? Defaults to the WRES.
加权残值图?默认的WRES。
参数:ylb
A string giving the label for the y-axis. NULL if none.
一个字符串,给出y轴的标签。 NULL,如果没有。
参数:layout
A list giving the layout of the graphs on the plot, in columns and rows. The default is 4x4.
一个列表,给出的图布局上的图表,列和行。默认值是4×4。
参数:inclZeroWRES
Logical value indicating whether rows with WRES=0 is included in the plot. The default is FALSE.
逻辑值,该值指示是否行与WRES = 0的图。默认值是FALSE。
参数:subset
A string giving the subset expression to be applied to the data before plotting. See xsubset.
被应用到的数据,然后绘制一个字符串,给出的子集表达。见xsubset。
参数:scales
see xpose.plot.histogram
看到xpose.plot.histogram
参数:aspect
see xpose.plot.histogram
看到xpose.plot.histogram
参数:force.by.factor
see xpose.plot.histogram
看到xpose.plot.histogram
参数:ids
see xpose.plot.histogram
看到xpose.plot.histogram
参数:as.table
see xpose.plot.histogram
看到xpose.plot.histogram
参数:hiborder
the border colour of the histogram - an integer or string. The default is black (see histogram).
边框颜色的直方图 - 一个整数或字符串。默认为黑色(见histogram“)。
参数:hicol
the fill colour of the histogram - an integer or string. The default is blue (see histogram).
填充颜色的直方图 - 一个整数或字符串。默认为蓝色(见histogram“)。
参数:hilty
the border line type of the histogram - an integer. The default is 1 (see histogram).
的边界线的直方图类型 - 一个整数。默认值是1(见histogram“)。
参数:hilwd
the border line width of the histogram - an integer. The default is 1 (see histogram).
边框线的宽度的直方图 - 的整数。默认值是1(见histogram“)。
参数:hidcol
the fill colour of the density line - an integer or string. The default is black (see histogram).
密度线的填充颜色 - 一个整数或字符串。默认为黑色(见histogram“)。
参数:hidlty
the border line type of the density line - an integer. The default is 1 (see histogram).
的边界线的密度线的类型 - 一个整数。默认值是1(见histogram“)。
参数:hidlwd
the border line width of the density line - an integer. The default is 1 (see histogram).
的边界线的密度线的宽度 - 的整数。默认值是1(见histogram“)。
参数:prompt
Specifies whether or not the user should be prompted to press RETURN between plot pages. Default is FALSE.
指定是否应提示用户按RETURN图页面之间。默认值是false。
参数:mirror
Mirror plots are not yet implemented in this function and this argument must contain a value of NULL
镜子图尚未在这个函数中实现,该参数必须包含一个值NULL
参数:main.cex
The size of the title.
标题的大小。
参数:max.plots.per.page
Maximum number of plots per page
最大每页图数
参数:...
Other arguments passed to xpose.plot.histogram.
其他参数传递给xpose.plot.histogram。
Details
详细信息----------Details----------
Matrices of histograms of weighted residuals in each included individual are displayed. ind.plots.cwres.hist is just a wrapper for ind.plots.wres.hist(object,wres="cwres").
包括个人的加权残值法在每个直方图显示矩阵。 ind.plots.cwres.hist只是一个包装ind.plots.wres.hist(object,wres="cwres").
值----------Value----------
Returns a compound plot comprising histograms of weighted residual conditioned on individual.
返回一个复合的图,包括直方图加权残值个人条件。
(作者)----------Author(s)----------
E. Niclas Jonsson, Mats Karlsson, Justin Wilkins & Andrew Hooker
参见----------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[#香草图,]
ind.plots.wres.hist(xpdb)
## Different plotting character [#不同的图形字符]
ind.plots.wres.hist(xpdb, pch=3)
## Different plotting character [#不同的图形字符]
ind.plots.wres.hist(xpdb, pch=3)
##with a grid[#与网格]
ind.plots.wres.hist(xpdb, grid=TRUE)
## subsets[#子集]
ind.plots.wres.hist(xpdb, subset="ID<10")
ind.plots.wres.hist(xpdb, subset="ID<10 | ID>45",grid=TRUE)
## plot the CWRES instead[#图,而不是CWRES]
ind.plots.wres.hist(xpdb, wres="CWRES")
ind.plots.cwres.hist(xpdb)
ind.plots.cwres.hist(xpdb, subset="ID<10 | ID>45",grid=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|