Learn R Programming

crmPack (version 2.0.0)

v_mcmcoptions_objects: Internal Helper Functions for Validation of McmcOptions Objects

Description

[Stable]

These functions are only used internally to validate the format of an input McmcOptions or inherited classes and therefore not exported.

Usage

v_mcmc_options(object)

Value

A character vector with the validation failure messages, or TRUE in case validation passes.

Arguments

object

(McmcOptions)
object to validate.

Functions

  • v_mcmc_options(): validates that the McmcOptions object contains valid integer scalars iterations, burnin and step as well as proper parameters for Random Number Generator.