pointwise | R Documentation |
Convenience function for extracting pointwise estimates
pointwise(x, estimate, ...)
## S3 method for class 'loo'
pointwise(x, estimate, ...)
x |
A |
estimate |
Which pointwise estimate to return. By default all are
returned. The objects returned by the different functions ( |
... |
Currently ignored. |
A vector of length equal to the number of observations.
x <- loo(example_loglik_array())
pointwise(x, "elpd_loo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.