consult.parameter.metafile(Simile)
consult.parameter.metafile()所属R语言包:Simile
Set a model's parameters from a file saved by Simile
从保存的文件的比喻,模型的参数设置
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Parameter metafiles (.spf) saved from within Simile can contain information about a model's parameter values, either locally or as references to other files. They may refer to the whole model or a submodel.
参数图元文件(SPF)保存在比喻中可以包含一个模型的参数值,无论是本地或引用其他文件的信息。他们可能是指整个模型或子模型。
用法----------Usage----------
consult.parameter.metafile(instance.handle,param.file,target.submodel="")
参数----------Arguments----------
参数:instance.handle
The handle returned by create.model() identifying the model instance.
返回的句柄,create.model()确定模型的实例。
参数:param.file
Location of the parameter metafile.
的参数图元文件的位置。
参数:target.submodel
Pathname of the submodel into which the parameters are to be loaded. Default is the top level.
以被加载到其中的参数的子模型的路径名。默认情况下是最高级别。
值----------Value----------
None
无
(作者)----------Author(s)----------
Jasper Taylor
实例----------Examples----------
consult.parameter.metafile(instance.handle, "../data/base_vals.spf")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|