Description Usage Arguments Value
Extract and return distribution of infection time of given sampled case(s)
1  | getInfectionTimeDist(record, burnin = 0.5, k, numBins = 10, show.plot = F)
 | 
record | 
 MCMC output produced by inferTTree  | 
burnin | 
 Proportion of the MCMC output to be discarded as burnin  | 
k | 
 Case(s) whose posterior infection times are to be extracted. Either a string matching one of the case names in the data, or a vector of such strings  | 
numBins | 
 Number of bins to use for plot  | 
show.plot | 
 Show a barplot of the distribution  | 
Posterior infection times for the case(s) in k. If length(k)==1 then a vector is returned, otherwise a matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.