BicaAnamaria / EpidemicSimulator

0 stars 0 forks source link

[Options] Description #107

Open discoleo opened 2 years ago

discoleo commented 2 years ago

Options: Description

sensitivity.lty 4.00 Line type used to plot the results of the Sensitivity Analysis sensitivity.infect.min 0.75 Sensitivity analysis: Used to compute the lower limit of the infection rate (as the proportion of the current infection rate). sensitivity.infect.max 1.25 Sensitivity analysis: Used to compute the upper limit of the infection rate (as the proportion of the current infection rate).

discoleo commented 2 years ago

Updated descriptions:

  descriptions = c("Delay (in days) before vaccination is started", 
                   "Proportion of older people in the total population", 
                   "Proportion of children in the total population",
                   "Used for scaling the daily mortality rate (to make it visible in the plot)",
                   "Used for scaling the daily hospitalisation rate (to make it visible in the plot)",
                   "Used in the 2 Viruses model. Proportion of persons infected with virus 1 which will suffer a mutation to virus 2.",
                   "Analysis: cutoff at 80% of the maximum value of a compartment in a simulation",
                   "Analysis: The total population",
                   "Sensitivity Analysis: Line type used to plot the results of the Sensitivity Analysis",
                   "Sensitivity analysis: Used to compute the lower limit of the infection rate (as the proportion of the current infection rate).",
                   "Sensitivity analysis: Used to compute the upper limit of the infection rate (as the proportion of the current infection rate).");