Skip to content
Prev 23337 / 29559 Next

Robust estimation with INLA

Lucy Mburu via R-sig-Geo <r-sig-geo <at> r-project.org> writes:
In standard inla you have to set
inla.setOption("enable.inla.argument.weights", TRUE)
You can then use the weights arument in inla(). Maybe that works similarly
in sim.inla. Always check carefully, as weighting can cause unwanted results.