INLAutils icon indicating copy to clipboard operation
INLAutils copied to clipboard

autoplot to do

Open timcdlucas opened this issue 9 years ago • 1 comments
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.

timcdlucas avatar Jun 16 '16 13:06 timcdlucas

 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.

timcdlucas avatar Mar 01 '17 10:03 timcdlucas