getBurnin-mcmc-method: Getter method of 'mcmc' class.

Description Usage Arguments Value See Also Examples

Description

Returns the burnin slot.

Usage

1
2
## S4 method for signature 'mcmc'
getBurnin(object)

Arguments

object

An mcmc object.

Value

The burnin slot of the object.

See Also

Examples

1
2
3
4
# Generate an mcmc object
f_mcmc <- mcmc()
# Get the slot
getBurnin(f_mcmc)

simonsays1980/finmix documentation built on Dec. 23, 2021, 2:25 a.m.