R/is.R

Defines functions is.mcmc_data

Documented in is.mcmc_data

#' Is an MCMC data object
#'
#' Tests whether x is an object of class 'mcmc_data'
#'
#' @param x The object to test.
#' @return A flag indicating whether the test was positive.
#' @export
is.mcmc_data <- function(x) inherits(x, "mcmc_data")
poissonconsulting/mcmcdata documentation built on June 5, 2023, 8:38 a.m.