View source: R/mcmc_posterior.R
df_sizes | R Documentation |
Creates a dataframe for effective number of infections. This dataframe have information for median and lower and upper bounds for the effective number of infections by group (gpm, gpf and msm).
df_sizes(sizes.p, sizes.map, times, Nrep, Ntime)
sizes.p |
list for size elements (resulted from calculating the demographic model) |
sizes.map |
list for size elements for MAP (maximum a posteriori) |
times |
vector of times points associated to the size list |
Nrep |
integer for the number of replicates (number of combination of parameter values based on the posterior distribution) |
Ntime |
integer for the number of time points |
dataframe of median, and upper and lower bounds for the posterior, and for MAP
#To DO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.