mct_burnin: Burn Initials Values of the Chains

Description Usage Arguments Value Author(s) Examples

Description

Burn initials values of the chain(s) of mcmc or mcmc.list objects.

Usage

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)

Arguments

object

An object of class mcmc or mcmc.list.

burnin

The number of samples to burn.

Value

The input object mcmc or mcmc.list with initials samples burned.

Author(s)

Eduardo Jr

Examples

1
2
3
4
data("line", package = "coda")
str(line)
str(mct_burnin(line, burnin = 5))
str(mct_burnin(line[[1L]], burnin = 100))

jreduardo/mcmctools documentation built on May 12, 2019, 6:16 p.m.