Description Usage Arguments See Also
View source: R/viral_load_funcs.R
Simulate reporting
1 2 3 4 5 6 7 | simulate_reporting(
individuals,
solve_times,
frac_report = 1,
timevarying_prob = NULL,
symptomatic = FALSE
)
|
individuals |
the full line list from the simulation, returned by virosolver::simulate_observations_wrapper |
solve_times |
vector of times at which individuals can be reported |
frac_report |
the overall fraction/probability of individuals who are reported |
timevarying_prob |
a tibble with variables t and prob. This gives the probability of being reported on day t |
symptomatic |
if TRUE, then individuals are reported after developing symptoms. If FALSE, then we take a random cross-section |
Other Viral Load:
logistic_func()
,
simulate_detectable_wrapper()
,
simulate_seir_process_rte()
,
simulate_seir_wrapper_rte()
,
simulate_viral_loads_wrapper()
,
viral_load_estimate_rt()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.