Learn R Programming

mcmcsae (version 0.7.9)

negbin_control: Set computational options for the sampling algorithms

Description

Set computational options for the sampling algorithms

Usage

negbin_control(CRT.approx.m = 20L)

Value

A list with computational options for the sampling algorithm.

Arguments

CRT.approx.m

scalar integer specifying the degree of approximation to sampling from a Chinese Restaurant Table distribution. The approximation is based on Le Cam's theorem. Larger values yield a slower but more accurate sampler.