correct_marginals {aghq} | R Documentation |
Correct the posterior marginals of a fitted aghq object
Description
The default method of computation for aghq objects computes approximate marginals using an outdated algorithm with no known theoretical properties. The updated algorithm computes pointwise approximate marginals that satisfy the same rate of convergence as the original approximate marginal likelihood. This function takes a fitted aghq object and recomputes its marginals using the updated algorithm
Usage
correct_marginals(quad, ...)
Arguments
quad |
An object of class |
... |
Not used |
Value
An object of class aghq
equal to the provided object, but with its
marginals
component replaced with one calculated using method='correct'
.
See marginal_posterior
.
[Package aghq version 0.4.1 Index]