R/plot.metropolis.R

Defines functions plot.metropolis

Documented in plot.metropolis

plot.metropolis <-
function(x,plot.type='carlin',pos=1:x$iter,...)
	switch(plot.type,ts=plot.ts(x$sims,...),pairs=pairs(x$sims[pos,],...),hist=hist(x,...),
	post.pred=Plot.post.pred(x,...),carlin=Carlin(x))

Try the FAmle package in your browser

Any scripts or data that you put into this service are public.

FAmle documentation built on March 18, 2022, 5:29 p.m.