compute_ci.mixture_model {serosv} | R Documentation |
Compute confidence interval for mixture model
Description
Compute confidence interval for mixture model
Usage
compute_ci.mixture_model(x, ci = 0.95, ...)
Arguments
x |
- serosv mixture_model object |
ci |
- confidence interval |
... |
- arbitrary arguments |
Value
list of confidence interval for susceptible and infected. Each confidence interval is a list with 2 items for lower and upper bound of the interval.
[Package serosv version 1.1.0 Index]