View source: R/mcmc_posterior.R
get_posterior | R Documentation |
Gets posterior distributions of the Markov chain Monte Carlo (MCMC) runs
get_posterior(run, burnin, rep, par_names)
run |
object of class "mcmcSamplerList" and "bayesianOutput" |
burnin |
intenger representing number of samples to remove as burnin |
rep |
string representing replicate of MCMC run |
par_names |
vector containinig the parameter names |
a dataframe containing posterior distributions for each paramater in the model, with an additional column indicating the replicate number.
# TO DO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.