vld_mcmcr: Validate MCMC objects

View source: R/vld.R

vld_mcmcrR Documentation

Validate MCMC objects

Description

Validates class and structure of MCMC objects.

Usage

vld_mcmcarray(x)

vld_mcmcr(x)

vld_mcmcrs(x)

Arguments

x

The object to check.

Details

To just validate class use chk::vld_s3_class().

Value

A flag indicating whether the object was validated.

Functions

  • vld_mcmcarray(): Validate mcmcarray-object()

  • vld_mcmcr(): Validate mcmcr-object()

  • vld_mcmcrs(): Validate mcmcrs-object()

See Also

chk_mcmcr()

Examples

#' vld_mcmcarray
vld_mcmcarray(1)

# vld_mcmcr
vld_mcmcr(1)
vld_mcmcr(mcmcr::mcmcr_example)

# vld_mcmcrs
vld_mcmcrs(1)

poissonconsulting/mcmcr documentation built on Jan. 18, 2024, 1:11 a.m.