select: Select/rename parameters

Description Usage Arguments Special functions See Also

Description

Select parameters from a list of simulations. select() keeps only the variables mentioned in .... rename() keeps all variables.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'sims'
select_(.data, ..., .dots)

## S3 method for class 'stanfit'
select_(.data, ..., .dots)

## S3 method for class 'sims'
rename_(.data, ..., .dots)

## S3 method for class 'stanfit'
rename_(.data, ..., .dots)

Arguments

.data

A list of simulations arrays.

...

Name-value pairs of expressions.

.dots

Used to work around non-standard evaluation. See dplyr's vignette("nse") for details.

Special functions

From dplyr's man page: As well as using existing functions like : and c, there are a number of special functions that only work inside select

See Also

dplyr's select() and rename()


lionel-/gsim documentation built on May 21, 2019, 6:41 a.m.