Skip to content

Commit f381467

Browse files
New release (#554)
* clean NEWS, bump version, update wordlist * reknit readme
1 parent 041b801 commit f381467

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: mmrm
33
Title: Mixed Models for Repeated Measures
4-
Version: 0.3.15.9001
4+
Version: 0.3.16
55
Authors@R: c(
66
person("Daniel", "Sabanes Bove", , "daniel.sabanes_bove@rconis.com", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-0176-9239")),

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# mmrm 0.3.15.9001
1+
# mmrm 0.3.16
22

33
### New Features
44

5-
- `Anova.mmrm()` now has a `test.statistic` argument allowing the user to choose a Chi-squared test as opposed to the default F-test.
6-
- `logLik.mmrm_tmb()` now includes a `nobs` attribute containing the number of subjects in the inputted model (i.e., `component(mmrm_object, "n_subjects")`). As a result, `BIC(logLik(mmrm_object))` will now be successfully calculated.
5+
- `Anova.mmrm()` now has a `test.statistic` argument allowing the user to choose the Chi-squared test as opposed to the default F-test.
76
- `mmrm_control()` now has a `disable_theta_vcov` argument allowing the user to disable computation of the variance-covariance matrix of the covariance parameters. In that case, the `nlminb` optimizer cannot be used and other optimizers should be selected. Avoiding this computation can be useful in cases where the number of covariance parameters is large and computation of this very large matrix is slow and memory-intensive.
87
- `model.frame()` has a new argument `exclude` which allows to exclude specific model variables from the returned data frame, *after* creating the initial `model.frame`. This is useful when the same rows should be kept as in the original model fit (e.g. after `na.action` has been applied), but some variables are not needed in the returned data frame. The `terms` attribute of the returned data frame is updated accordingly.
98

@@ -16,8 +15,9 @@
1615
- Previously, the `model.frame()` method did not pass on additional arguments to the `model.frame.default()` method, e.g. `subset`. This is fixed now.
1716
- Previously, the `vcov()` method returned the asymptotic covariance matrix, even if an adjusted one has been used. This is now fixed and the requested adjusted covariance matrix will be returned. (Please note this was not an issue for downstream `summary()` or `emmeans()` calls, where the adjusted covariance matrix was correctly used.)
1817
- Previously, type 3 tests in the `Anova.mmrm()` method could give incorrect results which were not compatible with results from `lme4::lmer()` or other software (e.g. when using other than treatment contrasts). This is fixed now. In particular, any combination of contrasts can be used and will yield consistent results.
18+
- `Anova.mmrm()` can now handle intercept-free models in type 2 tests, even when the first effect containing a categorical variable has an aliased parameter.
1919
- Previously, the naming conventions used in the `Anova.mmrm()` method were not recognized by `broom::tidy()`. This is fixed now by using more standard names for the resulting data frame columns (e.g. `F` instead of `F Statistic` etc.)
20-
- `Anova.mmrm()` can now handle intercept-free models, even when the first effect containing a categorical variable has an aliased parameter.
20+
- `logLik.mmrm_tmb()` now includes an `nobs` attribute containing the number of subjects in the provided model (i.e., `component(mmrm_object, "n_subjects")`). As a result, `BIC(logLik(mmrm_object))` can now be successfully calculated.
2121

2222
# mmrm 0.3.15
2323

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
<!-- markdownlint-disable-file -->
3+
34
<!-- README.md needs to be generated from README.Rmd. Please edit that file -->
45

56
# mmrm <img src="man/figures/logo.svg" align="right" width="175" />

inst/WORDLIST

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Mallinckrodt
2727
Mancuso
2828
Nikolas
2929
ORCID
30-
Optimizers
3130
Peng
3231
Raphson
3332
SAS's
@@ -97,14 +96,11 @@ nlminb
9796
nonidentifiability
9897
num
9998
onLoad
100-
optimizers
101-
parametrized
10299
pearson
103100
pkgdown
104101
plc
105102
pmatrix
106103
pre
107-
reproducibility
108104
rightarrow
109105
simeq
110106
sp
@@ -115,9 +111,7 @@ th
115111
tidymodels
116112
toep
117113
toeph
118-
unadjusted
119114
unreproducible
120-
unscaled
121115
untracked
122116
vairance
123117
varepsilon

0 commit comments

Comments
 (0)