fix_dist {EpiNow2} | R Documentation |
Remove uncertainty in the parameters of a <dist_spec>
Description
This function has been renamed to
fix_parameters()
as a more appropriate
name.
Usage
fix_dist(x, strategy = c("mean", "sample"))
Arguments
x |
A |
strategy |
Character; either "mean" (use the mean estimates of the
mean and standard deviation) or "sample" (randomly sample mean and
standard deviation from uncertainty given in the |
Value
A <dist_spec>
object without uncertainty
[Package EpiNow2 version 1.7.1 Index]