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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
-
# mmrm 0.3.12.9003
1
+
# mmrm 0.3.13
2
2
3
3
### Bug Fixes
4
4
5
-
- Previously `emmeans` will return `NA` for spatial covariance structure. This is fixed now.
6
-
- Previously `car::Anova` will give incorrect results if an interaction term is included and the order of the covariate of interest is not the first categorical variable. This is fixed now.
7
-
- Previously `car::Anova` will fail if the model does not contain intercept. This is fixed now.
8
-
- Previously, `mmrm` will ignore contrasts defined for covariates in the input data set. This is fixed now.
9
-
- Previously, `predict` will always require the response to be valid, even for unconditional predictions. This is fixed now and unconditional prediction do not require the response to be valid anymore.
10
5
- When running with `TMB` package versions below 1.9.15, MMRM fit results are not completely reproducible. While this may not be relevant for most applications, because the numerical differences are very small, we now issue a warning to the user if this is the case. We advise users to upgrade their `TMB` package versions to 1.9.15 or higher to ensure reproducibility.
6
+
- Previously, `mmrm` ignored contrasts defined for covariates in the input data set. This is fixed now.
7
+
- Previously, `predict` always required the response to be valid, even for unconditional predictions. This is fixed now and unconditional prediction does not require the response to be valid or present any longer.
8
+
-`model.frame` has been updated to ensure that the `na.action` works correctly.
9
+
- Previously `emmeans::emmeans` returned `NA` for spatial covariance structures. This is fixed now.
10
+
- Previously `car::Anova` gave incorrect results if an interaction term is included and the covariate of interest was not the first categorical variable. This is fixed now.
11
+
- Previously `car::Anova` failed if the model did not contain an intercept. This is fixed now.
11
12
12
13
### Miscellaneous
13
14
14
15
- Upon fitting an MMRM, it is checked whether a not reproducible optimization feature of `TMB` is turned on. If so, a warning is issued to the user once per session.
15
-
-`model.matrix` is updated to ensure that the `NA` values are dropped. Additionally, an argument `use_response` is added to decide whether records with `NA` values in the response should be discarded.
16
-
-`model.frame` is updated to ensure that the `na.action` works.
17
-
-`predict` is updated to allow duplicated subject IDs for unconditional prediction.
18
16
-`mmrm` now checks on the positive definiteness of the covariance matrix `theta_vcov`. If it is not positive definite, non-convergence is messaged appropriately.
17
+
-`model.matrix` has been updated to ensure that the `NA` values are dropped. Additionally, an argument `use_response` is added to decide whether records with `NA` values in the response should be discarded.
18
+
-`predict` has been updated to allow duplicated subject IDs for unconditional prediction.
0 commit comments