View source: R/incidence_functions.R
detectable_SEEIRRModel | R Documentation |
This function returns a vector of detectable prevalence values for given times according to SEEIRR model parameters. It utilizes C_SEEIRR_model_rlsoda, a function included in the virosolver package that is written in C (code can be found in /src/) and rlsoda, a solver for ordinary differential equations.
detectable_SEEIRRModel(pars, times)
pars |
Vector of labeled SEEIRR model parameters. |
times |
Time points for prevalence calculation. |
Returns detectable prevalence values for given points in time.
James Hay, jameshay218@gmail.com
Other incidence functions:
SEEIRRModel()
,
detectable_SEIRModel()
,
exponential_growth_model()
,
gaussian_process_model()
,
reverse_gp_model()
,
solveSEEIRRModel_rlsoda_wrapper()
,
solveSEEIRRModel_rlsoda()
,
solveSEIRModel_lsoda_wrapper()
,
solveSEIRModel_lsoda()
,
solveSEIRModel_rlsoda_wrapper()
,
solveSEIRModel_rlsoda()
,
solveSEIRswitch_rlsoda_wrapper()
,
solveSEIRswitch_rlsoda()
FIX ME
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.