View source: R/summary_utils.R
get_difference | R Documentation |
Estimate the difference in months between time of infection of a susceptible individual and time of sampling of that same individual. It assumes that a month has 30 days.
get_difference(df1, df2)
df1 |
Dataframe with information on time of sampling |
df2 |
Transmission matrix to get information on when the individual got infected |
Dataframe with difference in months.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.