-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·57 lines (57 loc) · 2.02 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
Type: Package
Package: tern.gee
Title: Tables and Graphs for Generalized Estimating Equations (GEE) Model
Fits
Version: 0.1.5.9004
Date: 2024-11-01
Authors@R: c(
person("Daniel", "Sabanés Bové", , "[email protected]", role = "aut"),
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
person("Emily", "de la Rua", , "[email protected]", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Generalized estimating equations (GEE) are a popular choice
for analyzing longitudinal binary outcomes. This package provides an
interface for fitting GEE, currently for logistic regression, within
the 'tern' <https://cran.r-project.org/package=tern> framework (Zhu,
Sabanés Bové et al., 2023) and tabulate results easily using 'rtables'
<https://cran.r-project.org/package=rtables> (Becker, Waddell et al.,
2023). It builds on 'geepack' <doi:10.18637/jss.v015.i02> (Højsgaard,
Halekoh and Yan, 2006) for the actual GEE model fitting.
License: Apache License 2.0
URL: https://insightsengineering.github.io/tern.gee/,
https://github.com/insightsengineering/tern.gee/
BugReports: https://github.com/insightsengineering/tern.gee/issues
Depends:
R (>= 4.0),
tern (>= 0.9.5)
Imports:
checkmate (>= 2.1.0),
emmeans (>= 1.10.4),
formatters (>= 0.5.9),
geeasy,
geepack,
nlme,
rtables (>= 0.6.9),
stats
Suggests:
dplyr (>= 1.0.9),
knitr (>= 1.42),
rmarkdown (>= 2.23),
testthat (>= 3.1),
vdiffr (>= 1.0.0),
withr (>= 2.0.0)
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: insightsengineering/tern, mllg/checkmate,
rvlenth/emmeans, insightsengineering/formatters, annennenne/geeasy,
cran/geepack, cran/nlme, insightsengineering/rtables, tidyverse/dplyr,
yihui/knitr, 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