sample.chain: Gnerate Metropolis chain from giving multinomial distribution

Description Usage Arguments Value Examples

View source: R/sample.chain.R

Description

Gnerate Metropolis chain from giving multinomial distribution

Usage

1

Arguments

N

the length of chain

start

the starting value

Value

a random sample of size N

Examples

1
2
3
4
5
## Not run: 
rnR <- sample.chain(100,1)
plot(rnR,type='l')

## End(Not run)

18087/StatComp18087 documentation built on May 5, 2019, 11:05 p.m.