Validates class and structure of MCMC objects.
Details
To just validate class use chk::vld_s3_class().
Functions
vld_mcmcarray(): Validatemcmcarray-object()vld_mcmcr(): Validatemcmcr-object()vld_mcmcrs(): Validatemcmcrs-object()
Examples
#' vld_mcmcarray
vld_mcmcarray(1)
#> [1] FALSE
# vld_mcmcr
vld_mcmcr(1)
#> [1] FALSE
vld_mcmcr(mcmcr::mcmcr_example)
#> [1] TRUE
# vld_mcmcrs
vld_mcmcrs(1)
#> [1] FALSE
