Description Usage Arguments Details Value Functions See Also Examples
Validates class and structure of MCMC objects.
1 2 3 4 5 | vld_mcmcarray(x)
vld_mcmcr(x)
vld_mcmcrs(x)
|
x |
The object to check. |
To just validate class use chk::vld_s3_class()
.
A flag indicating whether the object was validated.
vld_mcmcarray
: Validate mcmcarray-object()
vld_mcmcr
: Validate mcmcr-object()
vld_mcmcrs
: Validate mcmcrs-object()
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.