Learn R Programming

phenology (version 3.72)

as.mcmc.mcmcComposite: Extract mcmc object from the result of phenology_MHmcmc to be used with coda package

Description

Take a mcmcComposite object and create a mcmc.list object

Usage

## S3 method for class 'mcmcComposite':
as.mcmc(x)

Arguments

x
A result MHmcmc search

Value

  • A mcmc.list object

Details

as.mcmc Extract mcmc object from the result of phenology_MHmcmc to be used with coda package

Examples

Run this code
library(phenology)
data(result_Gratiot_mcmc)
mcmc <- as.mcmc(result_Gratiot_mcmc)

Run the code above in your browser using DataLab