timcdlucas / INLAutils

R package providing utilities for INLA
Other
26 stars 10 forks source link

autoplot to do #4

Open timcdlucas opened 8 years ago

timcdlucas commented 8 years ago
timcdlucas commented 7 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.