makeControl: Make control

View source: R/makeControl.R

makeControlR Documentation

Make control

Description

Function to create control argument for checkConvergence

Usage

makeControl(
  tracer = NULL,
  burnin = NULL,
  precision = NULL,
  namesToExclude = NULL
)

Arguments

tracer

To choose the ESS calculation using CODA, turn this parameter off with tracer = FALSE

burnin

Sets a burn-in value to exclude the initial samples

precision

Changes the precision for the threshold calculations

namesToExclude

The names of parameters to exclude from the convergence assessment

Value

List


lfabreti/convenience documentation built on June 17, 2022, 8:12 a.m.