Learn R Programming

mcmcr (version 0.6.1)

vld_mcmcr: 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.

Value

A flag indicating whether the object was validated.

Functions

Details

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

See Also

chk_mcmcr()

Examples

Run this code
# NOT RUN {
#' vld_mcmcarray
vld_mcmcarray(1)

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

# vld_mcmcrs
vld_mcmcrs(1)
# }

Run the code above in your browser using DataLab