Learn R Programming

crmPack (version 1.0.6)

McmcOptions: Initialization function for the "McmcOptions" class

Description

Initialization function for the "McmcOptions" class

Usage

McmcOptions(burnin = 10000L, step = 2L, samples = 10000L)

Value

the McmcOptions object

Arguments

burnin

number of burn-in iterations which are not saved (default: 10,000)

step

only every step-th iteration is saved after the burn-in (default: 2)

samples

number of resulting samples (by default 10,000 will result)