Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

thinner

Thin iterations.


Description

Randomly thin iterations by a given proportion, for example if autocorrelation is visible within the MCMC series.

Usage

thinner(proportion = 0.1, set = get("info"))

Arguments

proportion

Proportion of iterations to remove. Should be between 0 and 1. Default proportion=0.1.

set

Detailed information of the current run, stored within this session's memory as variable info.

Details

From all iterations, a proportion is removed with to-be-removed iterations sampled randomly among all iterations.

Value

NA

Author(s)

Maarten Blaauw, J. Andres Christen

Examples

## Not run: 
  Bacon(ask=FALSE, coredir=tempfile())
  thinner(.2)
  agedepth()

## End(Not run)

rbacon

Age-Depth Modelling using Bayesian Statistics

v2.5.5
GPL (>= 2)
Authors
Maarten Blaauw [aut, cre], J. Andres Christen [aut, ctb, cph], Marco A. Aquino Lopez [aut], Judith Esquivel Vazquez [ctb], Oscar M. Gonzalez V. [ctb], Ted Belding [cph], James Theiler [cph], Brian Gough [cph], Charles Karney [cph]
Initial release
2021-05-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.