
Last chance! 50% off unlimited learning
Sale ends in
Returns some or all the parameters in a distribution.
parameters(object, id = NULL)
Distribution or ParameterSet.
character, see details.
An R6 object of class ParameterSet or a data.table.
$parameters(id = NULL)
If id
is given and matches a parameter in the distribution, the parameter is returned
with all details. If id
is given but doesn't match a parameter, an empty data.table is returned.
Finally if id
is not given, returns self.