View source: R/mcmc_posterior.R
posterior_trajectories | R Documentation |
Solve the demographic model for n combination of parameter values from the posterior distribution
posterior_trajectories(run, burnin, n, THETA)
run |
object of class "mcmcSamplerList" and "bayesianOutput" |
burnin |
intenger representing number of samples to remove as burnin |
n |
integer representing the number of samples to get from the posterior distribution |
THETA |
list of parameter template used when running the MCMC analysis |
a list of solved objects for posterior distributions and MAP (maximum a posteriori)
post_traj_mx
# TO DO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.