run_chain.markov_chain: S3 Implementation of run_chain generic method for...

Description Usage Arguments Value

View source: R/markov_chain.R

Description

Generate a Markov chain of required length using the transition kernel of the markov_chain object

Usage

1
2
## S3 method for class 'markov_chain'
run_chain(object, chain_length)

Arguments

object,

markov_chain object

chain_length,

number of new states generated using the transition kernel

Value

markov_chain object, with chains of parameters updated according to the length of chain


JTT94/cpmmc documentation built on May 14, 2019, 12:08 p.m.