-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
50 lines (50 loc) · 1.38 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
Package: qgcomp
Title: Quantile G-Computation
Version: 2.16.1
Date: 2024-07-01
Authors@R:
person("Alexander", "Keil", , "alex.keil@nih.gov", role = c("aut", "cre"))
Description: G-computation for a set of time-fixed exposures with
quantile-based basis functions, possibly under linearity and
homogeneity assumptions. This approach estimates a regression line
corresponding to the expected change in the outcome (on the link
basis) given a simultaneous increase in the quantile-based category
for all exposures. Works with continuous, binary, and right-censored
time-to-event outcomes. Reference: Alexander P. Keil, Jessie P.
Buckley, Katie M. OBrien, Kelly K. Ferguson, Shanshan Zhao, and
Alexandra J. White (2019) A quantile-based g-computation approach to
addressing the effects of exposure mixtures; <doi:10.1289/EHP5838>.
License: GPL (>= 2)
URL: https://github.com/alexpkeil1/qgcomp/
BugReports: https://github.com/alexpkeil1/qgcomp/issues
Depends:
R (>= 3.5.0)
Imports:
arm,
future,
future.apply,
generics,
ggplot2 (>= 3.3.0),
grDevices,
grid,
gridExtra,
nnet,
numDeriv,
pscl,
rootSolve,
stats,
survival,
tibble
Suggests:
broom,
devtools,
knitr,
markdown,
MASS,
mice
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1