param(scuba)
param()所属R语言包:scuba
Extract parameters from Haldane model
Haldane模型中提取参数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extracts the tissue compartment parameters from a Haldane type decompression model.
提取的组织隔间参数的从一个霍尔丹型减压模式。
用法----------Usage----------
param(model, species = "N2", what = "HalfT")
参数----------Arguments----------
参数:model
The decompression model. An object of class "hm".
减压模式。对象的类"hm"。
参数:species
Character string. The inert gas for which parameters are required: "N2" for nitrogen or "He" for helium.
字符的字符串。惰性气体,其参数是必需的:"N2"为氮气或"He"的氦。
参数:what
Character string. The parameter required: "HalfT" for half-times, "M0" for surfacing M-values, or "dM" for slopes of M-values.
字符的字符串。需要的参数:"HalfT"半时间,"M0"M-值的堆焊,或"dM"M-值的斜坡。
Details
详细信息----------Details----------
This command extracts the tissue compartment parameters from a Haldane-type decompression model.
此命令的组织隔间参数的提取,从霍尔丹型减压模式。
The argument model should be an object of class "hm" (created by hm or obtained using pickmodel).
参数model应该是一个类的对象"hm"(创建的hm或使用pickmodel)获得的。
See hm for explanation of the parameters.
见hm的参数的解释。
值----------Value----------
A vector containing the values of the specified parameter for each tissue compartment. If the model does not contain this data, NULL is returned.
一种向量,包含所指定的参数的值对每个组织室。如果模型不包含此数据,NULL返回。
(作者)----------Author(s)----------
Adrian Baddeley
<a href="mailto:Adrian.Baddeley@csiro.au">Adrian.Baddeley@csiro.au</a>
<a href="http://www.maths.uwa.edu.au/~adrian/">http://www.maths.uwa.edu.au/~adrian/</a>
参见----------See Also----------
hm, pickmodel
hm,pickmodel
实例----------Examples----------
# halftimes for the DSAT model[halftimes为DSAT模型]
param(pickmodel("DSAT"), "N2", "HalfT")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|