burnin-method: Number of burnin iterations.

Description Usage Arguments Value Examples

Description

This function retrieves the number of burnin simulations to be discarded.

This function changes the number of burnin simulations to be discarded.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
burnin(object)

burnin(object) <- value

## S4 method for signature 'McmcParams'
burnin(object)

## S4 replacement method for signature 'McmcParams,ANY'
burnin(object) <- value

## S4 method for signature 'MixtureModel'
burnin(object)

## S4 replacement method for signature 'MixtureModel,ANY'
burnin(object) <- value

Arguments

object

see showMethods(burnin)

value

new number of burnin iterations

Value

The number of burnin simulations.

Examples

1
2
3

CNPBayes documentation built on May 6, 2019, 4:06 a.m.