Skip to content

Commit dade074

Browse files
authored
swapped CR2 and CR3 (#379)
1 parent 5a15e9a commit dade074

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# mmrm 0.3.6.9000
2+
3+
### Miscellaneous
4+
5+
- In documentation of `mmrm_control()`, the allowed vcov definition is corrected to "Empirical-Jackknife" (CR3), and "Empirical-Bias-Reduced" (CR2).
6+
17
# mmrm 0.3.6
28

39
### New Features

R/fit.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ refit_multiple_optimizers <- function(fit,
223223
#' - The `method` and `vcov` arguments specify the degrees of freedom and coefficients
224224
#' covariance matrix adjustment methods, respectively.
225225
#' - Allowed `vcov` includes: "Asymptotic", "Kenward-Roger", "Kenward-Roger-Linear", "Empirical" (CR0),
226-
#' "Empirical-Jackknife" (CR2), and "Empirical-Bias-Reduced" (CR3).
226+
#' "Empirical-Jackknife" (CR3), and "Empirical-Bias-Reduced" (CR2).
227227
#' - Allowed `method` includes: "Satterthwaite", "Kenward-Roger", "Between-Within" and "Residual".
228228
#' - If `method` is "Kenward-Roger" then only "Kenward-Roger" or "Kenward-Roger-Linear" are allowed for `vcov`.
229229
#' - The `vcov` argument can be `NULL` to use the default covariance method depending on the `method`

man/mmrm_control.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)