select.mcmc.list: Select parameters based on their names
Description
Select parameters based on their names
Usage
# S3 method for mcmc.list
select(.data, ...)
Value
An mcmc.list
object, with the same extra class(es) as
.data
(if any).
Arguments
- .data
A coda::mcmc.list
object.
- ...
Strings used to select variables using pattern matching with
grepl
.