R/plotLLSM.Intercept.R

plotLLSM.Intercept <-
function(object,burnin=0,thin=1){
	intercept = getIntercept(object,burnin=burnin,thin=thin)
	plot(intercept,type='l',ylab='Intercept',main='Estimated intercept')
}
SAcmu/LLSM documentation built on May 9, 2019, 11:06 a.m.