makeValidParams {Category} | R Documentation |
This function is not intended for end-users, but may be useful for developers extending the Hypergeometric testing capabilities provideded by the Category package.
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(object)
object |
A parameter object. Consult showMethods to
see signatures currently supported. |
The value must have the same class as the object
argument.
Seth Falcon