makeValidParams(Category)
makeValidParams()所属R语言包:Category
Non-standard Generic for Checking Validity of Parameter Objects
非标准的通用检查参数对象的有效性
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is not intended for end-users, but may be useful for developers extending the Hypergeometric testing capabilities provideded by the Category package.
此功能不能用于最终用户,但可能有助于延长provideded类别包超几何测试能力的开发。
makeValidParams is intended to validate a parameter object instance (e.g. HyperGParams or subclass). The idea is that unlike validObject, methods for this generic attempt to fix invalid instances when possible, and in this case issuing a warning, and only give an error if the object cannot be fixed.
makeValidParams是为了验证一个参数对象实例(的如HyperGParams或子类)。的想法是,不像validObject,这个通用的尝试的方法来解决无效的情况下,在可能的情况下,在这种情况下发出警告,只给一个错误,如果该对象不能被固定。
用法----------Usage----------
makeValidParams(object)
参数----------Arguments----------
参数:object
A parameter object. Consult showMethods to see signatures currently supported.
参数对象。咨询showMethods看到目前支持的签名。
值----------Value----------
The value must have the same class as the object argument.
该值必须有同一类的object参数。
作者(S)----------Author(s)----------
Seth Falcon
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|