Description Usage Arguments Value Author(s) Examples
Burn initials values of the chain(s) of
mcmc
or mcmc.list
objects.
1 2 3 4 5 6 7 | mct_burnin(object, burnin)
## S3 method for class 'mcmc'
mct_burnin(object, burnin)
## S3 method for class 'mcmc.list'
mct_burnin(object, burnin)
|
object |
An object of class |
burnin |
The number of samples to burn. |
The input object mcmc
or
mcmc.list
with initials samples burned.
Eduardo Jr
1 2 3 4 | data("line", package = "coda")
str(line)
str(mct_burnin(line, burnin = 5))
str(mct_burnin(line[[1L]], burnin = 100))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.