mcmcLoop: iterator for MCMC loops

View source: R/mcmcIterator.R

mcmcLoopR Documentation

iterator for MCMC loops

Description

control an MCMC loop with this iterator

Usage

mcmcLoop(N, burnin, thin, trim = TRUE, progressor = mcmcProgressPrint)

Arguments

N

number of iterations

burnin

length of burn-in

thin

frequency of thinning

trim

whether to cut off iterations after the last retained iteration

progressor

a function that returns a progress object


spatsurv documentation built on Oct. 19, 2023, 9:07 a.m.