Tim Lucas

Results 75 comments of Tim Lucas

I don't know much about S4 classes or how often they are going to be a problem. Was the leaflet example an issue with S4? I get the feeling the...

I think it makes sense as long as we do good documentation for module builders (which is important anyway). Part of that will be simply rewritting the model modules we...

I don't think it's just an issue my end but when I read in a raster I just get a flat grey for the entire area. Automatically selecting a colour...

3 pokemon go teams could make a paired palette

It's from bayesplot. I guess a useful way to go INLA to bayesplot would be useful.

Something like `bayesplot(inla_model, gg_bayes_plot)` with `gg_bayes_plot` being a function from bayes plot. The alternatives that are less good include... ``` out

Requires changes to dataset so can't be done with just the formula (though might also be a useufl function).

http://www.math.ntnu.no/inla/r-inla.org/examples/stacks/stacks.R

``` 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...