diff --git a/DESCRIPTION b/DESCRIPTION index 30271b6f..d519e24e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: sdmTMB Title: Spatial and Spatiotemporal SPDE-Based GLMMs with 'TMB' -Version: 0.6.0.9015 +Version: 0.6.0.9016 Authors@R: c( person(c("Sean", "C."), "Anderson", , "sean@seananderson.ca", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index ef4c599a..9574e32f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # sdmTMB (development version) +* Add `cAIC()` for calculating *conditional* AIC. Theory based on + ; also see + . J.T. Thorson wrote the function code. + EDF (effective degrees of freedom) will ultimately be further split + (e.g., split by smoothers) and added to `summary.sdmTMB()`. #383 #387 + * Fix bug in `est` column when predicting on new data with Poisson-link delta models with `type = "link"` and `re_form = NA`. #389