data(hospitaldata)
epi
resmat
epi
. Each column represents a day, spanning the interval over which data were collected. 0=Negative, 1=Positive, -1=Missingdistmat
patientseqIDs
.patientseqIDs
distmat
.epi
matrix, the source of infection is the patient ID of the true source of infection. A value of -1 indicates that the patient was infected prior to ward admission. Infection group denotes the genotype group to which this patient belongs. Multiple importations can belong to the same genotype group. Within-group genetic diversity is typically lower than between-group diversity. The group is assigned the ID of the first patient of the genotype group who enters the ward.
data(hospitaldata)
head(hospitaldata$epi)
Run the code above in your browser using DataLab