get_parameters {EpiNow2} | R Documentation |
Get parameters of a parametric distribution
Description
Usage
get_parameters(x, id = NULL)
Arguments
x |
A |
id |
Integer; the id of the distribution to use (if x is a composite
distribution). If |
Value
A list of parameters of the distribution.
Examples
dist <- Gamma(shape = 3, rate = 2)
get_parameters(dist)
[Package EpiNow2 version 1.7.1 Index]