slice.mcmc_data: Slice mcmcr data

View source: R/slice.R

slice.mcmc_dataR Documentation

Slice mcmcr data

Description

Slice mcmcr data

Usage

## S3 method for class 'mcmc_data'
slice(.data, ...)

Arguments

.data

An mcmc_data object

...

For slice(): <data-masking> Integer row values.

Provide either positive values to keep, or negative values to drop. The values provided must be either all positive or all negative. Indices beyond the number of rows in the input are silently ignored.

For ⁠slice_*()⁠, these arguments are passed on to methods.

Examples

slice(mcmc_data_example, 1L)

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