defineParameters: Define the parameters of a statistical model.
Description
Define the parameters of a statistical model.
Usage
defineParameters(object, listOfParameters)
Value
Return StatisticalModel
object with new parameters.
Arguments
- object
A StatisticalModel
object.
- listOfParameters
A list of string giving the parameters of the StatisticalModel
object.