-
Notifications
You must be signed in to change notification settings - Fork 58
/
DESCRIPTION
73 lines (73 loc) · 2.14 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
Package: CohortMethod
Type: Package
Title: New-User Cohort Method with Large Scale Propensity and Outcome Models
Version: 5.4.0
Date: 2024-09-27
Authors@R: c(
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre")),
person("Marc", "Suchard", role = c("aut")),
person("Patrick", "Ryan", role = c("aut"))
)
Maintainer: Martijn Schuemie <[email protected]>
Description: Functions for performing new-user cohort studies
in an observational database in the OMOP Common Data Model. Can extract the
necessary data from a database and use a large set of covariates for both the
propensity and outcome model, including for example all drugs, diagnoses, procedures,
as well as age, comorbidity indexes, etc. Large scale regularized regression is used to
fit the propensity and outcome models. Functions are included for trimming, stratifying,
(variable and fixed ratio) matching and weighting by propensity scores, as well as
diagnostic functions, such as propensity score distribution plots and plots showing
covariate balance before and after matching and/or trimming. Supported outcome models
are (conditional) logistic regression, (conditional) Poisson regression, and
(stratified) Cox regression. Also included are Kaplan-Meier plots that can adjust for
the stratification or matching.
License: Apache License 2.0
VignetteBuilder: knitr
URL: https://ohdsi.github.io/CohortMethod, https://github.com/OHDSI/CohortMethod
BugReports: https://github.com/OHDSI/CohortMethod/issues
Depends:
R (>= 3.6.0),
DatabaseConnector (>= 6.0.0),
Cyclops (>= 3.1.2),
FeatureExtraction (>= 3.0.0),
Andromeda (>= 0.6.3)
Imports:
methods,
ggplot2,
gridExtra,
grid,
readr,
plyr,
dplyr,
rlang,
cli,
pillar,
Rcpp (>= 0.11.2),
SqlRender (>= 1.18.0),
survival,
ParallelLogger (>= 3.0.1),
bit64,
checkmate,
EmpiricalCalibration,
zip
Suggests:
testthat,
pROC,
knitr,
rmarkdown,
Eunomia,
withr,
R.utils,
RSQLite,
ResultModelManager,
ShinyAppBuilder (>= 1.2.0),
markdown,
remotes
Remotes:
ohdsi/ResultModelManager,
ohdsi/ShinyAppBuilder
LinkingTo: Rcpp
NeedsCompilation: yes
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8