simulate_seir_wrapper_rte: Simulate Odin stochastic SEIR model generator and...

Description Usage Arguments See Also

View source: R/viral_load_funcs.R

Description

Simulate Odin stochastic SEIR model generator and Deterministic SEIR model

Usage

1
2
3
4
5
6
7
8
simulate_seir_wrapper_rte(
  population_n,
  solve_times,
  pars,
  version = "ode",
  switch_model = FALSE,
  beta_smooth = 0.8
)

Arguments

population_n

size of population to simulate

solve_times

vector of times to solve model over

pars

named vector of SEIR model parameters

beta_smooth

See Also

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


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