From bd7d1efc66e5534b40e3ec8489ba2d2ff9cd21d3 Mon Sep 17 00:00:00 2001 From: Jake Thompson Date: Thu, 23 Jan 2025 10:50:19 -0600 Subject: [PATCH] add new entry --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 8bfaa76..e696f68 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,8 @@ * Added new `measrfit()` function for creating measrfit objects from *Stan* models that were not originally created with measr. +* Added `aic()` and `bic()` functions for calculating the Akaike and Bayesian information criteria, respectively, for models estimated with `method = "optim"`. + # measr 1.0.0 ## New documentation