xpose.VPC.both(xpose4specific)
xpose.VPC.both()所属R语言包:xpose4specific
Xpose Visual Predictive Check (VPC) for both continuous and Limit of Quantification data.
XPOSE视觉预测检查(VPC)连续和量化数据的限制。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Xpose Visual Predictive Check (VPC) for both continuous and Below or Above Limit of Quantification (BLQ or ALQ) data.
XPOSE视觉预测检查(VPC)为连续低于或高于定量限(BLQ或ALQ)的数据。
用法----------Usage----------
xpose.VPC.both(vpc.info="vpc_results.csv",
vpctab = dir(pattern="^vpctab")[1],
object = NULL,
subset=NULL,
main="Default",
main.sub=NULL,
inclZeroWRES=FALSE,
cont.logy=F,
hline="default",
add.args.cont=list(),
add.args.cat=list(),
...)
参数----------Arguments----------
参数:vpc.info
Name of PSN file to use. File will come from VPC command in PsN.
文件名称PSN使用。文件将来自VPC命令在PSN。
参数:vpctab
Name of vpctab file produced from PsN.
从PSN生产vpctab文件的名称。
参数:object
Xpose data object.
XPOSE数据对象。
参数:subset
Subset of data to look at.
看数据的子集。
参数:main
Title for plot.
对图的标题。
参数:main.sub
Used for names above each plot when using multiple plots. Should be a vector, e.g. c("title 1","title 2").
用于以上每个小区的名字时,使用多块。应该是一个向量,例如c("title 1","title 2")。
参数:inclZeroWRES
Include WRES=0 rows in the computations for these plots?
包括WRES = 0,在计算中,这些图的行吗?
参数:cont.logy
Sould the continuous plot y-axis be on the log scale?
高度重视和不断的图y轴的log规模?
参数:hline
Howizontal line marking the limits of quantification. If they are defined, they must be a vector of values.
定量限的Howizontal标线。如果它们被定义时,它们必须是一个向量的值。
参数:add.args.cont
Additional arguments to the continuous plot. xpose.VPC.
其他参数的连续图。 xpose.VPC。
参数:add.args.cat
Additional arguments to the categorical plot. xpose.VPC.categorical.
其他参数分类的图。 xpose.VPC.categorical。
参数:...
Additional arguments to both plots.
两个图的其他参数。
(作者)----------Author(s)----------
Andrew C. Hooker
参见----------See Also----------
xpose.VPC, xpose.VPC.categorical.
xpose.VPC,xpose.VPC.categorical。
实例----------Examples----------
## Not run: [#不运行:]
library(xpose4)
## move to the directory where results from PsN[#移动的目录,结果从PSN]
## are found[#被发现]
cur.dir <- getwd()
setwd(paste(cur.dir,"/vpc_cont_LLOQ/",sep=""))
xpose.VPC()
xpose.VPC.categorical(censored=T)
xpose.VPC.both()
xpose.VPC.both(subset="DV>1.75")
xpose.VPC.both(add.args.cont=list(ylim=c(0,80)))
xpose.VPC.both(add.args.cont = list(ylim = c(0.01, 80)), xlim = c(0,
40), add.args.cat = list(ylim = c(0, 0.4)), cont.logy = T)
xpose.VPC.both(cont.logy=T)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|