mcmc_thin | R Documentation |
Apply burnin and thinning to an MCMC posteriors data frame
mcmc_thin(mcmc_dat, burnin, thin)
mcmc_dat |
A data frame of the MCMC posteriors |
burnin |
The number of samples to burn away from the beginning of
the |
thin |
The thinning, or extract every Nth row from |
The modified mcmc_dat
data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.