| vld_mcmcr {mcmcr} | R 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: Validatemcmcarray-object() -
vld_mcmcr: Validatemcmcr-object() -
vld_mcmcrs: Validatemcmcrs-object()
See Also
Examples
#' vld_mcmcarray
vld_mcmcarray(1)
# vld_mcmcr
vld_mcmcr(1)
vld_mcmcr(mcmcr::mcmcr_example)
# vld_mcmcrs
vld_mcmcrs(1)
[Package mcmcr version 0.6.1 Index]