MCMCsample: MCMC sample

Description Usage Arguments Examples

View source: R/MCMCsample.R

Description

Returns the chains of the MCMC process

Usage

1
MCMCsample(object)

Arguments

object

is an object of class "Bayesthres"

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# Not run
data(sensory)

Consumer <- factor(sensory$consumer)
Sacarose <- factor(sensory$sacarose)

#### Model 
# Not run
dex1 <- Bayesthresh(cor ~ (1|Consumer) + Sacarose, burn = 0, Write=TRUE,
																			jump = 1, ef.iter = 10, data=sensory) 
MCMCsample(dex1)

Bayesthresh documentation built on May 30, 2017, 6:24 a.m.