natural_params {EpiNow2} | R Documentation |
These are the parameters used in the stan models. All other parameter
representations are converted to these using
convert_to_natural()
before
being passed to the stan models.
natural_params(distribution)
distribution |
Character; the distribution to use. |
A character vector, the natural parameters.
## Not run:
natural_params("gamma")
## End(Not run)