simulate_reporting: Simulate reporting

Description Usage Arguments See Also

View source: R/viral_load_funcs.R

Description

Simulate reporting

Usage

1
2
3
4
5
6
7
simulate_reporting(
  individuals,
  solve_times,
  frac_report = 1,
  timevarying_prob = NULL,
  symptomatic = FALSE
)

Arguments

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

See Also

Other Viral Load: logistic_func(), simulate_detectable_wrapper(), simulate_seir_process_rte(), simulate_seir_wrapper_rte(), simulate_viral_loads_wrapper(), viral_load_estimate_rt()


RussellXu/rtestimate documentation built on Jan. 1, 2022, 7:18 p.m.