tabulate.parameters(xpose4specific)
tabulate.parameters()所属R语言包:xpose4specific
Tabulate the population parameter estimates
制表总体参数估计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function provides a summary of the model's parameter estimates and precision.
此功能提供了概要模型的参数估计的精度。
用法----------Usage----------
tabulate.parameters(object, prompt=FALSE, outfile = NULL, dir="")
参数----------Arguments----------
参数:object
An xpose.data object.
对象的xpose.data。
参数:prompt
Ask before printing.
打印前询问。
参数:outfile
file to output to (NULL means screen).
文件输出到(NULL手段屏幕)。
参数:dir
Wich directory is the file in. "" means the current directory.
至极目录""是指在当前目录的文件中。。
值----------Value----------
A table summarizing the parameters and their precision.
一个表总结的参数,其精度。
(作者)----------Author(s)----------
Niclas Jonsson, Andrew Hooker & Justin Wilkins
实例----------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)
tabulate.parameters(xpdb)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|