twdemcEx1: Example DEMC result

Description Usage Format Source Examples

Description

Result of running DEMC-Example of twLinreg1.

Usage

1

Format

A list with components described by twDEMCBlockInt

Source

Thomas Wutzler

Examples

1
2
3
4
5
6
7
8
data(twdemcEx1)     
str(twdemcEx1)
rownames(twdemcEx1)
plot(as.mcmc(twdemcEx1))
sample <- stackChains(twdemcEx1)
sample0 <- sample[ sample[,1] >= quantile(sample[,1],0.05), ]
plot(sample0[,-1], col=rev(heat.colors(100))[round(twMisc::twRescale(sample0[,1],to=c(1,100)))] )
     

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