View source: R/viral_load_functions.R
viral_load_func | R Documentation |
This function returns modal Ct values or viral load values, if convert_vl flag is set to TRUE.
viral_load_func(pars, obs_t, convert_vl = FALSE, infection_time = 0)
pars |
Vector of model parameter values. |
obs_t |
Vector of times since infection. Referred to as "ages." |
convert_vl |
Boolean flag used to indicate if Ct values should be converted to viral load values. Set to FALSE by default. |
infection_time |
Time of infection. Set to 0 by default. |
Returns modal Ct or viral load values.
James Hay, jameshay218@gmail.com
Other viral load functions:
pred_dist_wrapper()
,
simulate_detectable_wrapper()
,
simulate_viral_loads_example_symptoms()
,
simulate_viral_loads_example()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.