pmcmc_thin | R Documentation |
Thin results of running pmcmc()
. This function may be useful
before using pmcmc_predict()
, or before saving pmcmc output to
disk. pmcmc_thin
takes every thin
'th sample, while
pmcmc_sample
randomly selects a total of n_sample
samples.
pmcmc_thin(object, burnin = NULL, thin = NULL)
pmcmc_sample(object, n_sample, burnin = NULL)
object |
Results of running |
burnin |
Optional integer number of iterations to discard as
"burn-in". If given then samples |
thin |
Optional integer thinning factor. If given, then every
|
n_sample |
The number of samples to draw from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.