You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,15 @@
6
6
7
7
* Added `aic()` and `bic()` functions for calculating the Akaike and Bayesian information criteria, respectively, for models estimated with `method = "optim"`.
8
8
9
-
* Refactored package to use S7 objects instead of S3
9
+
* Refactored package to use S7 objects instead of S3.
10
10
11
-
* Functions for generating Stan code have been relocated to dcmstan
11
+
* Functions for generating Stan code have been relocated to dcmstan.
12
12
13
-
*`measr_dcm()` deprecated in favor of `dcm_estimate()`
13
+
*`measr_dcm()` deprecated in favor of `dcm_estimate()`.
14
+
15
+
* New functionality for relative model fit comparisions (`aic()`, `bic()`, `bayes_factor()`).
16
+
17
+
* New functionality for testing model assumptions (`yens_q3()`).
0 commit comments