subsetTail.twDEMCPops: subsetTail twDEMCPops

Description Usage Arguments Author(s) Examples

Description

discards the first part of all the chains

Usage

1
2
## S3 method for class 'twDEMCPops'
subsetTail(x, pKeep = 0.5, ...)

Arguments

x

object of class twDEMCPops

pKeep

the percentage of the samples to keep

...

Author(s)

Thomas Wutzler

Examples

1
2
3
4
5
data(twdemcEx1)
res <- subsetTail(twdemcEx1)
plot( as.mcmc.list(res), smooth=FALSE )
getNSamples(twdemcEx1)
getNSamples(res)

twDEMC documentation built on May 2, 2019, 5:38 p.m.