inlabru-org / inlabru

inlabru
https://inlabru-org.github.io/inlabru/
76 stars 21 forks source link

Storing convergence information within bru object in user-friendly way #52

Closed charles-cunningham closed 11 months ago

charles-cunningham commented 5 years ago

Convergence tracking information is currently stored in bru object ( fit$iinla$track) in an inconvenient format. This could potentially be changed to a more practical format for users wanting to gain information on model convergence.

finnlindgren commented 1 year ago

There is now a function to plot convergence diagnostics in a relatively friendly way:

fit <- bru(...)
bru_convergence_plot(fit)
finnlindgren commented 11 months ago

The tracking info is now stored in fit$bru_iinla$track in a "tidy" format, and bru_convergence_plot(fit) has been improved.