ind.plots(xpose4specific)
ind.plots()所属R语言包:xpose4specific
Observations (DV), individual predictions (IPRED) and population predictions (PRED) are plotted against the independent variable for every
观测(DV),的个别预测(IPRED)和人口预测(PRED)被绘制为每对独立变量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a compound plot consisting of plots of observations (DV), individual predictions (IPRED) and population predictions (PRED) against the independent variable for every individual in the dataset, a specific function in Xpose 4. It is a wrapper encapsulating arguments to the xpose.plot.default function.
这是一个复合组成的观测图(DV),个别预测(IPRED)和人口预测(PRED)对每一个员工的独立变量的数据集,一个特定的功能在XPOSE 4的图。这是一个封装的参数xpose.plot.default功能的包装。
用法----------Usage----------
ind.plots(object,
y.vals = c(
xvardef("dv",new.obj),
xvardef("ipred",new.obj),
xvardef("pred",new.obj)
),
x.vals = xvardef("idv",new.obj),
id.vals = xvardef("id",new.obj),
key.text = y.vals,
main = "Default",
key="Default",
xlb = xlabel(xvardef("idv",object),object),
ylb = NULL,
layout = c(4,4),
inclZeroWRES = FALSE,
subset = xsubset(object),
type = "o",
grid=FALSE,
col = c(1,2,4),
lty = c(0,1,3),
lwd = c(1,1,1),
pch = c(21,32,32),
cex = c(0.7,0.7,0.7),
fill=c("lightgrey",0,0),
prompt = FALSE,
mirror=NULL,
main.cex=0.9,
max.plots.per.page=1,
...)
参数----------Arguments----------
参数:object
An xpose.data object.
对象的xpose.data。
参数:y.vals
The Y values to use.
Y值的使用。
参数:x.vals
The X values to use.
X值的使用。
参数:id.vals
The ID values to use.
的ID值使用。
参数:key.text
The text in the legend to use.
传说中的文本使用。
参数:key
Create a legend.
创建一个传奇。
参数:grid
Should the plots have a grid in each plot?
图应该有一个网格,每个小区吗?
参数:fill
Fill the circles in the points?
填写圈中的点吗?
参数:max.plots.per.page
Maximum number of plots per page.
最大每页图。
参数:inclZeroWRES
Logical value indicating whether rows with WRES=0 is included in the plot. The default is TRUE.
逻辑值,该值指示是否行与WRES = 0的图。默认值是TRUE。
参数: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的使用。
参数:xlb
A string giving the label for the x-axis. NULL if none.
一个字符串,给人的x-轴的标签。 NULL,如果没有。
参数: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。
参数:subset
A string giving the subset expression to be applied to the data before plotting. See xsubset.
被应用到的数据,然后绘制一个字符串,给出的子集表达。见xsubset。
参数:type
1-character string giving the type of plot desired. The default is "o", for overplotted points and lines. See xpose.plot.default.
1个字符的字符串,提供所需的类型图。默认值是“O”,overplotted的点和线。见xpose.plot.default。
参数:col
A list of three elements, giving plotting characters for observations, individual predictions, and population predictions, in that order. The default is black for DV, red for individual predictions, and blue for population predictions.
的三个要素,绘制字符的意见,个人的预测,人口预测,按照这个顺序列表。默认值是黑色的DV,红色为个人的预测,和蓝色的人口预测。
参数:lty
A list of three elements, giving line types for observations, individual predictions, and population predictions, in that order.
列表的三个要素,线的观测,个人预测,人口预测,按照这个顺序。
参数:lwd
A list of three elements, giving line widths for observations, individual predictions, and population predictions, in that order.
的三个要素,线的宽度观测,个人预测,人口预测,按照这个顺序列表。
参数:pch
A list of three elements, giving plotting characters for observations, individual predictions, and population predictions, in that order.
的三个要素,绘制字符的意见,个人的预测,人口预测,按照这个顺序列表。
参数:cex
A list of three elements, giving relative point size for observations, individual predictions, and population predictions, in that order. The default is c(0.7,0.7,0.7).
三种元素组成,相对点大小的观察,个人预测,人口预测,按照这个顺序列表。默认为C(0.7,0.7,0.7)。
参数:prompt
Specifies whether or not the user should be prompted to press RETURN between plot pages. Default is TRUE.
指定是否应提示用户按RETURN图页面之间。默认值是TRUE。
参数: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.
标题的大小。
参数:...
Other arguments passed to link[xpose4generic]{xpose.plot.default}.
其他参数传递给link[xpose4generic]{xpose.plot.default}。
Details
详细信息----------Details----------
Matrices of individual plots are presented for comparison and closer inspection.
矩阵的个别图进行比较和仔细检查。
值----------Value----------
Returns a stack of plots observations (DV) against individual predictions (IPRED) and population predictions (PRED).
返回堆栈图观察(DV)对的的个别预测(IPRED)和人口预测(PRED)。
A wide array of extra options controlling xyplots are available. See xpose.plot.default and xpose.panel.default for details.
一个广泛的额外的选项来控制xyplots。 xpose.plot.default和xpose.panel.default的详细信息。
(作者)----------Author(s)----------
E. Niclas Jonsson, Mats Karlsson, Andrew Hooker & Justin Wilkins
参见----------See Also----------
xpose.plot.default, xpose.panel.default, xyplot, strip.default, xpose.prefs-class, xpose.data-class
xpose.plot.default,xpose.panel.default,xyplot,strip.default,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(xpdb)
## Monochrome, suitable for manuscript or report[#单色,适用于手稿或报告]
ind.plots(xpdb,
subset="ID>40 & ID<57",
col=c(1,1,1),
lty=c(0,2,3),
strip=function(..., bg)
strip.default(..., bg="grey"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|