Slide 9
Slide 9 text
Fitting the Model
lPriors <- list(k=3, mu=c(-1,0,1), mu.sd=rep(0.25,3),
sigma=rep(0.5,3), sigma.nu=rep(5,3), beta=c(0,2))
mh <- list(algorithm="ex",bandwidth=0.001,auxiliary=200)
mrf.fit <- mcmcPotts(y, neigh, blocks, lPriors, mh, niter=500, nburn=250)
0.0
0.5
1.0
0 100 200 300 400 500
beta
beta
0.0 0.5 1.0
Estimated
True
9 / 22