dOFV.vs.id(xpose4specific)
dOFV.vs.id()所属R语言包:xpose4specific
Change in Objective function value vs. removal of individuals.
变化的个人目标函数值与去除。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A plot showing the most and least influential individuals in determinning a drop in OFV between two models.
一个图,两个模型之间的determinning下降OFV显示最高和最有影响力的个人。
用法----------Usage----------
dOFV.vs.id(xpdb1,
xpdb2,
sig.drop=-3.84,
decrease.label.number=3,
increase.label.number=3,
id.lab.cex=0.6,
id.lab.pos=2,
type="o",
xlb="Number of subjects removed",
ylb=expression(paste(Delta,"OFV")),
main="Default",
sig.line.col = "red",
sig.line.lty = "dotted",
tot.line.col = "grey",
tot.line.lty = "dashed",
key=list(columns = 1,
lines = list(pch = c(super.sym$pch[1:2],NA,NA),
type=list("o","o","l","l"),
col = c(super.sym$col[1:2],sig.line.col,tot.line.col),
lty = c(super.sym$lty[1:2],sig.line.lty,tot.line.lty)
),
text = list(c(
expression(paste(Delta, OFV[i] < 0)),
expression(paste(Delta, OFV[i] > 0)),
expression(paste("Significant ",Delta, OFV)),
expression(paste("Total ",Delta, OFV))
)),
corner=c(0.95,0.5),border=T
),
...)
参数----------Arguments----------
参数:xpdb1
Xpose data object for first NONMEM run ("new" run)
XPOSE第一NONMEM运行数据对象(“新”运行)
参数:xpdb2
Xpose data object for Second NONMEM run ("reference" run)
二NONMEM运行XPOSE数据对象(“参考”运行)
参数:sig.drop
What is a significant drop of OFV?
什么是显着下降OFV?
参数:decrease.label.number
How many points should bw labeled with ID values for those IDs with a drop in iOFV?
多少分体重标有这些ID的ID值下降iOFV?
参数:increase.label.number
How many points should bw labeled with ID values for those IDs with an increase in iOFV?
多少点应与这些ID的ID值标记与iOFV增加体重?
参数:id.lab.cex
Size of ID labels.
ID标签的大小。
参数:id.lab.pos
ID label position.
ID标签的位置。
参数:type
Type of lines.
线的类型。
参数:xlb
X-axis label.
X-轴的标签。
参数:ylb
Y-axis label.
Y-轴的标签。
参数:main
Title of plot.
图的标题。
参数:sig.line.col
Significant OFV drop line color.
显着的OFV下降线的颜色。
参数:sig.line.lty
Significant OFV drop line type.
显着的OFV下降线类型。
参数:tot.line.col
Total OFV drop line color.
总OFV下降线的颜色。
参数:tot.line.lty
Total OFV drop line type.
总OFV引入线的类型。
参数:key
Legend for plot.
传说图。
参数:...
Additional arguments to function.
的其他参数的功能。
(作者)----------Author(s)----------
Andrew C. Hooker
实例----------Examples----------
## Not run: [#不运行:]
library(xpose4)
## first make sure that the iofv values are read into xpose[#首先要确保的iofv值被读入XPOSE]
cur.dir <- getwd()
setwd(paste(cur.dir,"/LAG_TIME",sep=""))
xpdb1 <- xpose.data(1)
setwd(paste(cur.dir,"/TRANSIT_MODEL",sep=""))
xpdb2 <- xpose.data(1)
setwd(cur.dir)
## then make the plot[#然后进行图]
dOFV.vs.id(xpdb1,xpdb2)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|