select.mcmc_data: Select mcmcr data

View source: R/select.R

select.mcmc_dataR Documentation

Select mcmcr data

Description

Select mcmcr data

Usage

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

Arguments

.data

An mcmc_data object

...

<tidy-select> One or more unquoted expressions separated by commas. Variable names can be used as if they were positions in the data frame, so expressions like x:y can be used to select a range of variables.

Examples

select(mcmc_data_example, species, homeworld)

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