dv.preds.vs.idv(xpose4specific)
dv.preds.vs.idv()所属R语言包:xpose4specific
Observations (DV), individual predictions (IPRED) and population predictions (IPRED) plotted against the independent variable (IDV),
观测(DV),的的个别预测(IPRED)和人口预测(IPRED)绘制的自变量(IDV),
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a compound plot consisting of plots of observations (DV), individual predictions (IPRED), and population predictions (PRED) against the independent variable (IDV), a specific function in Xpose 4. It is a wrapper encapsulating arguments to the xpose.plot.default function.
这是一个复合组成的图观测(DV),个别预测(IPRED),和人口的预测(PRED)对独立变量(IDV),特定的功能的4 XPOSE图。这是一个封装的参数xpose.plot.default功能的包装。
用法----------Usage----------
dv.preds.vs.idv(object,
ylb = "Observations/Predictions",
layout=c(3,1),
smooth=TRUE,
scales=list(),
...)
参数----------Arguments----------
参数:object
An xpose.data object.
对象的xpose.data。
参数:ylb
A string giving the label for the y-axis. NULL if none.
一个字符串,给出y轴的标签。 NULL,如果没有。
参数:layout
A list controlling the number of columns and rows in a compound plot. The default is 2 columns and 1 row.
在复合图数列和行的列表控制。默认值是2列1行。
参数:smooth
Logical value indicating whether an x-y smooth should be superimposed. The default is TRUE.
逻辑值,该值指示是否应叠加的xy光滑。默认值是TRUE。
参数:scales
A list to be used for the scales argument in xyplot.
用于scalesxyplot参数列表。
参数:...
Other arguments passed to link[xpose4generic]{xpose.plot.default}.
其他参数传递给link[xpose4generic]{xpose.plot.default}。
Details
详细信息----------Details----------
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的详细信息。
值----------Value----------
Returns a compound plot comprising plots of observations (DV), individual predictions (IPRED), and population predictions (PRED) against the independent variable (IDV).
返回一个复合的图,包括图的观测(DV),个人预测(IPRED),人口预测(PRED)对自变量(IDV)。
(作者)----------Author(s)----------
E. Niclas Jonsson, Mats Karlsson, Andrew Hooker & Justin Wilkins
参见----------See Also----------
dv.vs.idv, ipred.vs.idv, pred.vs.idv, xpose.plot.default, xpose.panel.default, xyplot, xpose.prefs-class, xpose.data-class
dv.vs.idv,ipred.vs.idv,pred.vs.idv,xpose.plot.default,xpose.panel.default,xyplot,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[#香草图,]
dv.preds.vs.idv(xpdb)
## Custom colours and symbols, IDs[#自定义颜色和符号,标识]
dv.preds.vs.idv(xpdb, cex=0.6, pch=8, col=1, ids=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|