R/plotmcmc.r

Defines functions plotmcmc

Documented in plotmcmc

plotmcmc<-function(x){
par(mfrow=c(2,1))
traceplot(mcmc(x$MCMC_log_likelihood),ylab="log likelihood",main="MCMC trace plot of log likelihood")
autocorr.plot(x$MCMC_log_likelihood,auto.layout=FALSE)
}

Try the rbrothers package in your browser

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

rbrothers documentation built on May 2, 2019, 4:29 p.m.