hcws_table: Constructing Tibble of Healthcare Workers

Description Usage Arguments Value Examples

View source: R/Base_Functions.R

Description

Generate healthcare workers, of whom none are initially infected, with susceptibility equal to 0.05 quantile of patients and infectivity equal to 0.5 quantile of patients

Usage

1
hcws_table(tibble_pat, nhcw, data)

Arguments

tibble_pat

Tibble of individual patients in the simulation

nhcw

Number of healthcare workers in the simulation

data

Patient-level data that is also used for finding out which hospital unit healthcare professionals work in

Value

A tibble of individual healthcare workers

Examples

1
tibble_hcw <- hcws_table(tibble_pat, nhcw, data)

PippintheFoolhardy/SimFunctions documentation built on Dec. 18, 2021, 7:43 a.m.