Last data update: 2014.03.03

R: iteration number
iterationR Documentation

iteration number

Description

within a loop, this is the iteration number we are currently doing.

Usage

iteration(obj)

Arguments

obj

an mcmc iterator

Details

get the iteration number

Value

integer iteration number, starting from 1.

Results