get_parameters {EpiNow2} | R Documentation |
get_parameters(x, id = NULL)
x |
A |
id |
Integer; the id of the distribution to get parameters of (if x is
a composite distribution). If |
A list of parameters of the distribution.
dist <- Gamma(shape = 3, rate = 2)
get_parameters(dist)