lemur.control: Construct a control object used by lemur.pack functions

View source: R/lemur.control.R

lemur.controlR Documentation

Construct a control object used by lemur.pack functions

Description

Construct a control object used by lemur.pack functions

Usage

lemur.control(
  nchains = 1,
  nsteps = 1000,
  burnin = 100,
  thin = 1,
  a = 1,
  b = 1,
  ...
)

Arguments

nchains

number of chains to construct

nsteps

number of steps to take in each chain (excluding burnin)

burnin

number of steps to take during burn-in

thin

thinning interval; rounded to nearest integer

a

fix later

b

fix later

...

other arguments, typically used for prior hyperparameters


ctgrubb/lemur.pack documentation built on May 7, 2023, 4:13 a.m.