thin_draws: Thin 'draws' objects

View source: R/thin_draws.R

thin_drawsR Documentation

Thin draws objects

Description

Thin draws objects to reduce their size and autocorrelation in the chains.

Usage

thin_draws(x, thin, ...)

## S3 method for class 'draws'
thin_draws(x, thin, ...)

## S3 method for class 'rvar'
thin_draws(x, thin, ...)

Arguments

x

(draws) A draws object or another R object for which the method is defined.

thin

(positive integer) The period for selecting draws.

...

Arguments passed to individual methods (if applicable).

Value

A draws object of the same class as x.

Examples

x <- example_draws()
niterations(x)

x <- thin_draws(x, thin = 5)
niterations(x)


posterior documentation built on Nov. 2, 2023, 5:56 p.m.