Tim Lucas

Results 58 issues of Tim Lucas

Hi @pyt215, No need to deal with this before the paper or anything. But are these functions basically the same but one is exported and one isn't? It'd be better...

Copy pit plot from here. https://arxiv.org/pdf/1806.02748.pdf

``` ## An example with three independent AR(1)'s with separate means, but ## with the same hyperparameters. These are observed with three ## different likelihoods. n = 100 x1 =...

bug
High priority

Going to want fairly extensive vignettes: - [ ] General INLA usage - [ ] Spatial INLA usage - [ ] inlaSDM analysis

enhancement

- [ ] Axis titles - [ ] Tick labels i.e. 1:250 is not useful. Cut down to 10 max. - [ ] Understand what the fitted values and linear...

enhancement

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

enhancement