View source: R/inference_utils.R
mcmc2data.frame | R Documentation |
Converts MCMC output into two data frames, one conaining global model parameters and one containing expansion data
mcmc2data.frame(o)
o |
MCMC output |
A list with names mcmc.df and event.df. MCMC dataframe contains iteration numbers, model indicator at given iteration, background population size and likelihood and prior values event.df contains rows describing different expansions. Columns consist of which iteration does an expansion belong to, and the associated t_mid/K/time/branch/probability values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.