summary(xpose4specific)
summary()所属R语言包:xpose4specific
Summarize individual parameter values and covariates
总结各个参数值和协变量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions produce tables, printed to the screen, summarizing the individual parameter values or covariates from a dataset in Xpose 4.
这些功能产生的表,打印到屏幕上,,总结各个参数值,或协变量的数据集XPOSE 4。
用法----------Usage----------
cov.summary(object,
onlyfirst=TRUE,
subset=xsubset(object),
inclZeroWRES=FALSE,
out.file=".screen",
main="Default",
fill = "gray",
values.to.use=xvardef("covariates",object),
value.name="Covariate",
...)
parm.summary(object,
onlyfirst=TRUE,
subset=xsubset(object),
inclZeroWRES=FALSE,
out.file=".screen",
main="Default",
fill = "gray",
values.to.use=xvardef("parms",object),
value.name="Parameter",
max.plots.per.page=1,
...)
参数----------Arguments----------
参数:object
An xpose.data object.
对象的xpose.data。
参数:onlyfirst
Logical value indicating if only the first row per individual is included in the plot.
逻辑值,表示如果只有第一行,每个人的图。
参数:inclZeroWRES
Logical value indicating whether rows with WRES=0 are included in the plot. The default is FALSE.
逻辑值,该值指示是否WRES = 0的行中的图。默认值是FALSE。
参数:out.file
Where the results should be output to. Can be ".screen", ".ask", ".graph" or a filename in quotes.
的结果应该是输出。可以是“屏”,“问”,“图形”或引号中的文件名。
参数:subset
A string giving the subset expression to be applied to the data before plotting. See xsubset.
被应用到的数据,然后绘制一个字符串,给出的子集表达。见xsubset。
参数: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的使用。
参数:fill
The color to fill the boxes in the table if the table is printed to ".graph"
的框的颜色来填充表中,如果表被打印到“图”
参数:values.to.use
Which values should be summarized
应该总结什么样的价值观
参数:value.name
The name of the values
的值的名称
参数:max.plots.per.page
Maximum plots per page.
每页的最大图。
参数:...
Other arguments passed to Data and SData.
其他参数传递给Data和SData。
值----------Value----------
Returned is the matrix of values from the table. parm.summary and cov.summary produce summaries of parameters and covariates, respectively. parm.summary produces less attractive output but supports mirror functionality.
返回的是矩阵表中的值。 parm.summary和cov.summary产生的参数和协变量的摘要,分别。 parm.summary产生吸引力不大输出,但支持镜像功能。
parm.summary and cov.summary utilize print.char.matrix to print the information to the screen.
parm.summary和cov.summary使用print.char.matrix的信息打印到屏幕上。
(作者)----------Author(s)----------
Andrew Hooker & Justin Wilkins
参见----------See Also----------
Data, SData, xpose.data-class, print.char.matrix
Data,SData,xpose.data-class,print.char.matrix
实例----------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
parm.summary(xpdb)
cov.summary(xpdb)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|