set.model.parameter(Simile)
set.model.parameter()所属R语言包:Simile
Sets a model parameter with data in an array
设置模型参数数组中的数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A model parameter may be a single value or an array of values. This function allows it to be set.
模型参数可以是一个单值或者一个数组的值。此功能允许将其设置。
用法----------Usage----------
set.model.parameter(param.handle,data, as.enum.types)
参数----------Arguments----------
参数:param.handle
The handle returned by create.param.array() identifying the location to send the data.
返回的句柄由create.param.array()确定发送数据的位置。
参数:data
The data to be used in the model, either a single value or an array with the appropriate dimensions
模型中使用的数据,无论是一个单一的值,或使用适当的尺寸数组
参数:as.enum.types
Logical: whether the values are supplied using enumerated type names if applicable. Default is false: values are numerical.
逻辑:提供的值是否使用枚举类型的名称(如适用)。默认值是false值是数值。
值----------Value----------
None
无
(作者)----------Author(s)----------
Jasper Taylor
实例----------Examples----------
set.model.parameter(param.handle, array(c(4,4,3,4,2,5,5,2,1,5), c(2,5)))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|