View source: R/MCMC.functions.R
MCMC_date | R Documentation |
Converts dates to a list of numbers representing the number of days from the start of followup until the start of the infectious period.
MCMC_date(dates,start_date=NULL)
dates |
A list of dates. May be of character, numeric, or date class. |
start_date |
The start date of follow up |
Covrerts dates to days of followup until the start of the infectious period. Missing data are set to infinity and are assumed susceptible during followup.
A list of extended natural numbers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.