INLAutils icon indicating copy to clipboard operation
INLAutils copied to clipboard

Autoplot with smoother

Open timcdlucas opened this issue 9 years ago • 0 comments
trafficstars

formula3 = Y ~ f(region.struct, model="besag", graph.file = g) +
           f(region, model = "iid") + f(x, model = "rw2")

result3 = inla(formula3, family = "poisson", data = Germany, E = E)
autoplot(result3)

The smoother has x axis label "ID" which doesn't make sense.

timcdlucas avatar Jul 26 '16 14:07 timcdlucas