Description Usage Arguments Value Author(s) See Also Examples
Improve the estimates of the CPO/PIT-values be recomputing the model-fit by removing data-points.
1 2 3 4 |
result |
An object of class |
force |
If TRUE, then recompute all CPO/PIT values and not just
those with |
verbose |
Run in verbose mode? |
recompute.mode |
Should be mode (and the integration points) be recomputed when a data-point is removed or not? |
The object returned is the same as result
but the
new improved estimates of the CPO/PIT values replaced.
Havard Rue hrue@math.ntnu.no
1 2 3 4 5 6 | n = 10
y = rnorm(n)
r = inla(y ~ 1, data = data.frame(y), control.compute = list(cpo=TRUE))
## Not run:
rr = inla.cpo(r, force=TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.