Caitlin Rivers edited results.tex  over 10 years ago

Commit id: e4aed6342b84c27c8218694011b7ed84cda1935c

deletions | additions      

       

\section*{Results}  To generate a case tree plot, users provide a line listing with, at minimum: case ids, date of illness onset, and cluster membership. Cases not belonging to a cluster may also be included, though they will not be represented in the plot.  Any additional variables like patient age and sex may also be included. The line listing need not specify the chain of transmission; epipy will estimate the chain based on the onset dates. \begin{table}  \centering  \begin{tabular}{|l|l|l|}  \hline  Case ID & Onset date & Cluster \\ ID\\  \hline  1 & 2013-01-20 & FamilyA \\  2 & 2013-01-29 & FamilyA \\  3 & 2013-02-10 & HighSchool \\  4 & 2013-02-12 & //   5 &  2013-02-08 & Family A \\ 5 6  & 2013-02-14 & HighSchool \\ 6 7  & 2013-02-22 & High School \\ \hline  \end{tabular}  \caption{Example line listing for case tree plot construction}