Learn R Programming

Bayesthresh (version 2.0.1)

MCMCsample: MCMC sample

Description

Returns the chains of the MCMC process

Usage

MCMCsample(object)

Arguments

object
is an object of class "Bayesthres"

Examples

Run this code
# 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)

Run the code above in your browser using DataLab