Learn R Programming

CNPBayes (version 1.2.2)

McmcParams: Create an object of class 'McmcParams' to specify iterations, burnin, etc.

Description

Create an object of class 'McmcParams' to specify iterations, burnin, etc.

Usage

McmcParams(iter = 1000L, burnin = 0L, thin, nStarts = 1, param_updates = .param_updates())

Arguments

iter
number of iterations
burnin
number of burnin iterations
thin
thinning interval
nStarts
number of chains to run
param_updates
labeled vector specifying whether each parameter is to be updated (1) or not (0).

Value

An object of class 'McmcParams'

Examples

Run this code
     mp <- McmcParams(iter=100, burnin=10)

Run the code above in your browser using DataLab