iter<- {CNPBayes}R Documentation

Reset number of iterations.

Description

This function changes the number of simulations.

This function retrieves the number of iterations of an MCMC simulation.

Usage

iter(object) <- value

iter(object)

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

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

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

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

Arguments

object

see showMethods(iter)

value

new number of iterations

force

Allow changing of the size of the elements?

Value

The number of MCMC iterations

Examples

     iter(SingleBatchModelExample)

[Package CNPBayes version 1.13.5 Index]