check_mcmc_data: Check mcmc data

View source: R/check.R

check_mcmc_dataR Documentation

Check mcmc data

Description

Checks an object is a mcmc_data.

Usage

check_mcmc_data(x, x_name = NULL)

Arguments

x

The object to check.

x_name

A string of the name of object x or NULL.

Value

An invisible copy of x (if it doesn't throw an error).

Examples

check_mcmc_data(mcmcdata::mcmc_data_example)

poissonconsulting/mcmcdata documentation built on June 5, 2023, 8:38 a.m.