Learn R Programming

CNPBayes (version 1.2.2)

burnin: Number of burnin iterations.

Description

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

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

Usage

burnin(object)
burnin(object) <- value
"burnin"(object)
"burnin"(object) <- value
"burnin"(object)
"burnin"(object) <- value

Arguments

object
see showMethods(burnin)
value
new number of burnin iterations

Value

The number of burnin simulations.

Examples

Run this code
burnin(MarginalModelExample)
mp <- mcmcParams(MarginalModelExample)
burnin(mp)

Run the code above in your browser using DataLab