runsum(xpose4specific)
runsum()所属R语言包:xpose4specific
Print run summary in Xpose 4
打印运行总结XPOSE 4
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to build Xpose run summaries.
功能,以建立XPOSE的运行摘要。
用法----------Usage----------
runsum(object,
dir="",
modfile=paste(dir,"run",object@Runno,".mod",sep=""),
listfile=paste(dir,"run",object@Runno,".lst",sep=""),
main=NULL,
subset=xsubset(object),
show.plots=TRUE,
txt.cex=0.7,
txt.font=1,
show.ids=FALSE,
param.table=TRUE,
txt.columns=2,
force.wres=FALSE,
...)
参数----------Arguments----------
参数:object
An xpose.data object.
对象的xpose.data。
参数:dir
The directory to look for the model and output file of a NONMEM run.
寻找模型和输出的NONMEM运行的文件的目录。
参数:modfile
The name of the NONMEM control stream associated with the current run.
与当前运行的的NONMEM控制流的名称。
参数:listfile
The name of the NONMEM output file associated with the current run.
与当前运行的NONMEM输出文件的名称。
参数:main
A string giving the main heading. NULL if none.
一个字符串,给出的主标题。 NULL,如果没有。
参数:subset
A string giving the subset expression to be applied to the data before plotting. See xsubset.
被应用到的数据,然后绘制一个字符串,给出的子集表达。见xsubset。
参数:show.plots
Logical indicating if GOF plots should be shown in the run summary.
逻辑GOF图应显示在运行摘要。
参数:txt.cex
Number indicating the size of the txt in the run summary.
数字表示的大小的txt在运行摘要。
参数:txt.font
Font of the text in the run summary.
在运行摘要的文字字体。
参数:show.ids
Logical indicating if IDs should be plotted in the plots for the run summary.
逻辑表明,如果ID应该被绘制在图的运行摘要。
参数:param.table
Logical indicating if the parameter table should be shown in the run summary.
逻辑参数表应显示在运行摘要。
参数:txt.columns
The number of text columns in the run summary.
文本列在运行总结。
参数:force.wres
Plot the WRES even if other residuals are available.
即使其他的残差是绘制WRES。
参数:...
Other arguments passed to the various functions.
其他参数传递的各种功能。
值----------Value----------
A compound plot containing an Xpose run summary is created.
创建的化合物图包含一个XPOSE的运行摘要。
(作者)----------Author(s)----------
Niclas Jonsson and Andrew Hooker
实例----------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
runsum(xpdb)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|