adnuts icon indicating copy to clipboard operation
adnuts copied to clipboard

An R package for NUTS sampling using ADMB

Results 7 adnuts issues
Sort by recently updated
recently updated
newest added

Couldn't find in documentation and too dumb in R to figure out how to get default values

Recently @okenk and @jimianelli both mentioned they would like to have better options for a workflow. I'm open to that. Please use this issue to discuss what your preferred workflow...

enhancement

It would be helpful to have an easy way to check a fitted object for any issues, like divergences, exceeding max_treedepth, BFMI, Rhat, ESS, etc. Basically to adapt this [code...

enhancement

check_identifiable() crashes when eigenvalues of a bad "covariance" matrix are complex. The following code handles the situation without blowing up. Might want to add an error message pointing out why...

The function `.check_ADMB_version` crashes if the model is compiled with the fast flag `-f`. This needs to be robust to that flag, and probably also try to catch if the...

Git tags in helpfile - see below ![image](https://github.com/Cole-Monnahan-NOAA/adnuts/assets/5566375/49cd32cd-605c-4e8f-bdf0-77e3f57a631b)

I am getting a segfault issue when I load both the `StanEstimators` and the `adnuts` packages (the `sparse_M` branch). Initially I thought that this was an RStudio issue, but I...