linelist {o2ools} | R Documentation |
Simulated linelist with group labels
Description
A simulated linelist derived from fake_outbreak
, where cases are assigned to the patient or hcw group.
First names are randomly generated using the randomNames package.
Usage
linelist
Format
A data frame with 30 rows and 5 columns:
- id
Case ID
- name
Simulated first name
- group
Group label:
"patient"
or"hcw"
- onset
Date of symptom onset
- sample
Date of sample collection
See Also
Examples
head(linelist)
[Package o2ools version 0.0.1 Index]