View source: R/get_detect_mat.R
get_detect_mat | R Documentation |
This function will create the DETECT matrix
get_detect_mat( alpha = 0.2, omega_c = 0.5, omega_h = 0.5, omega_q = 0.5, quarantine_days = Inf, rho_s = 0.1, rho_a = 0.05 )
alpha |
Numeric value between 0 and 1. The probability of an asymptomatic infection. Default: 0.2. |
omega_c |
Numeric value between 0 and 1. The probability of being traced and quarantined given infected community contact of isolated case. Default: 0.5. |
omega_h |
Numeric value between 0 and 1. The probability of being traced and quarantined given infected household contact of isolated case. Default: 0.5. |
omega_q |
Numeric value between 0 and 1. The probability of being traced and quarantined given infected contact of quarantined person. Default: 0.5. |
quarantine_days |
Positive numeric value. The number of days contacts are told to quarantine. Default: Inf. |
rho_s |
Numeric value between 0 and 1. The probability of detection and isolation given symptomatic. Default: 0.1. |
rho_a |
Numeric value between 0 and 1. The probability of detection and isolation given asymptomatic. Default: 0.05. |
Matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.