Open timcdlucas opened 8 years ago
result = inla(formula, family="poisson", data = Epil,
control.predictor = list(compute = TRUE),
control.compute = list(cpo=TRUE, po=TRUE, waic=TRUE, mlik=TRUE))
plot(result, plot.prior = T)
Gives fuller set of plots made by plot.inla. Essentially one extra panel plot showing some po, cpo information.