-
- [ ] 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 f…
-
I'm trying to simulate a spatially autocorrelated random data, and I draw both
co-ordinates of 40 points,by using Voronoi tessellation to construct units and get rook type spatial weight matrix w(ro…
-
Hi,
We are working on a spatio-temporal model that contains 5 latent random effects, like:
formula = y ~ -1 + f(A1, model = SPDE1, group = ..) + f(A2, model = SPDE2, group = ..)+ f(A3 model = SP…
-
E.g., in INLA you might specify a bym model term like so:
```r
f(
country.id,
model = "bym",
graph = nb.acts.mat.pred,
scale.model = T,
hyper = list(…
-
Hi all,
I confused myself recently by getting in the habit of installing github via the devtools function:
devtools::install_github("kaskr/adcomp/TMB", ref="v1.3.0")
where ref="v1.3.0" refers to a …
-
This is part of INLA roadmap #340.
From the Stan [paper](https://arxiv.org/abs/2004.12550):
>One of the main bottlenecks is differentiating the estimated mode, $\theta^* $. In theory, it is stra…
-
-
Hey all,
Thanks for the work you've done so far in creating/hosting the modelling results API + the swagger interface for us to use.
Now that we're finally coming around to using it, I have a …
-
I'm finally getting around to write an INLA module for zoon. However, I now realise that ZoonModel only passes on `newdata`.
I would either have to do some hack so that locations get passed in as c…
-
I am fitting a homogeneous Poisson process model using the `cp` likelihood. To do this I want to define the integration scheme as with a single integration location with a weight equal to the area of…