get_detect_mat: Create detect matrix

View source: R/get_detect_mat.R

get_detect_matR Documentation

Create detect matrix

Description

This function will create the DETECT matrix

Usage

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
)

Arguments

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.

Value

Matrix


HopkinsIDD/tti documentation built on May 24, 2022, 1:11 a.m.