window.dream: Extract MCMC chains from a DREAM object

Description Usage Arguments Value

Description

Extract part or all of the MCMC chains from a DREAM object, specifying a burn-in period and allowing thinning

Usage

1
2
3
## S3 method for class 'dream'
window(x, start = 1 + (end(x$Sequences) - 1) *
(1 - fraction),fraction = 0.5,...)

Arguments

x

dream object

start

the first iteration of interest

fraction

The fraction of the MCMC chains to keep

...

extra arguments for window.mcmc

Value

mcmc.list object


dream documentation built on May 2, 2019, 5:21 p.m.

Related to window.dream in dream...