constraints-replace(ROI)
constraints-replace()所属R语言包:ROI
Replacement of constraints
更换的约束
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Replaces the constraints in R objects (typically ROI
替代R对象(通常是投资回报率的约束
用法----------Usage----------
constraints(x) <- value
参数----------Arguments----------
参数:x
an R object.
R对象。
参数:value
an R object.
R对象。
Details
详细信息----------Details----------
Currently, there is no default method. Constraints in ROI objects of class "OP" given by the argument x are replaced with value, either being an object of class "constraint", coercible to such, or NULL
目前,还没有默认的方法。的投资回报类的对象的约束"OP"的说法x替换value,一个对象的类"constraint",转换成这样,或NULL的是
值----------Value----------
the updated object.
更新后的对象。
(作者)----------Author(s)----------
Stefan Theussl
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|