-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
88 lines (88 loc) · 2.94 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Package: tern.mmrm
Title: Tables and Graphs for Mixed Models for Repeated Measures (MMRM)
Version: 0.3.2.9003
Date: 2025-01-23
Authors@R: c(
person("Daniel", "Sabanés Bové", , "[email protected]", role = "aut"),
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7566-2787")),
person("Godwin", "Yung", , "[email protected]", role = "aut"),
person("Francois", "Collin", role = "aut"),
person("Julia", "Dedic", , "[email protected]", role = "aut"),
person("Jana", "Stoilova", , "[email protected]", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Mixed models for repeated measures (MMRM) are a popular
choice for analyzing longitudinal continuous outcomes in randomized
clinical trials and beyond; see for example Cnaan, Laird and Slasor
(1997)
<doi:10.1002/(SICI)1097-0258(19971030)16:20%3C2349::AID-SIM667%3E3.0.CO;2-E>.
This package provides an interface for fitting MMRM within the 'tern'
<https://cran.r-project.org/package=tern> framework by Zhu et al.
(2023) and tabulate results easily using 'rtables'
<https://cran.r-project.org/package=rtables> by Becker et al. (2023).
It builds on 'mmrm' <https://cran.r-project.org/package=mmrm> by
Sabanés Bové et al. (2023) for the actual MMRM computations.
License: Apache License 2.0
URL: https://github.com/insightsengineering/tern.mmrm,
https://insightsengineering.github.io/tern.mmrm/
BugReports: https://github.com/insightsengineering/tern.mmrm/issues
Depends:
R (>= 3.6),
tern (>= 0.9.7)
Imports:
checkmate (>= 2.1.0),
cowplot,
dplyr (>= 1.1.0),
emmeans (>= 1.10.4),
formatters (>= 0.5.10),
generics,
ggplot2,
lifecycle (>= 0.2.0),
magrittr,
mmrm (>= 0.3.5),
parallelly (>= 1.25.0),
rlang (>= 1.0.1),
rtables (>= 0.6.11),
stats,
tidyr (>= 0.8.3)
Suggests:
broom (>= 0.7.10),
grid,
knitr (>= 1.42),
maditr (>= 0.8.1),
Matrix,
rmarkdown (>= 2.23),
testthat (>= 3.1),
TMB,
vdiffr (>= 1.0.7),
withr (>= 2.0.0)
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: insightsengineering/tern, mllg/checkmate,
wilkelab/cowplot, tidyverse/dplyr, rvlenth/emmeans,
insightsengineering/formatters, r-lib/generics, tidyverse/ggplot2,
r-lib/lifecycle, tidyverse/magrittr, openpharma/mmrm,
HenrikBengtsson/parallelly, r-lib/rlang, insightsengineering/rtables,
tidyverse/tidyr, tidymodels/broom, yihui/knitr, gdemin/maditr,
cran/Matrix, rstudio/rmarkdown, r-lib/testthat, r-lib/vdiffr,
r-lib/withr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'utils.R'
'assert_data.R'
'covariance_plot.R'
'fit_mmrm.R'
'formula.R'
'g_mmrm.R'
'labels.R'
'lsmeans.R'
'subgroups.R'
'tabulate_mmrm.R'
'tern.mmrm-package.R'