vld_mcmcr: Validate MCMC objects

Description Usage Arguments Details Value Functions See Also Examples

View source: R/vld.R

Description

Validates class and structure of MCMC objects.

Usage

1
2
3
4
5

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

See Also

chk_mcmcr()

Examples

1
2
3
4
5
6
7
8
9
#' vld_mcmcarray
vld_mcmcarray(1)

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

# vld_mcmcrs
vld_mcmcrs(1)

mcmcr documentation built on Sept. 7, 2021, 1:07 a.m.