INLAutils
INLAutils copied to clipboard
autoplot to do
trafficstars
- [ ] Axis titles
- [ ] Tick labels i.e. 1:250 is not useful. Cut down to 10 max.
- [ ] Understand what the fitted values and linear predictor plots actually are. Then make funciton names and docs fit.
- [ ] reconsider CI. Darker grey inside, etc.
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.