View source: R/simulation_functions.R
simulate_viral_loads_wrapper | R Documentation |
This differs from virosolver::simulate_viral_loads, as this function only solves the viral kinetics model for the observation time.
simulate_viral_loads_wrapper(linelist, kinetics_pars)
linelist |
The line list for observed individuals. |
kinetics_pars |
Vector of named parameters for the viral kinetics model. |
A tibble with the line list data and the viral load/ct/observed ct at the time of sample collection.
James Hay, jameshay218@gmail.com
Other simulation functions:
simulate_infection_times()
,
simulate_observations_wrapper()
,
simulate_reporting()
,
simulate_seir_process()
,
simulate_seir_wrapper()
,
simulate_viral_loads()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.