-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
32 lines (32 loc) · 932 Bytes
/
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
Package: ConcurrentComparator
Type: Package
Title: Concurrent Comparator Method at Scale
Version: 0.1.0
Date: 2023-10-28
Authors@R: c(
person("Marc", "Suchard", , "[email protected]", role = c("aut", "cre")),
person("Patrick", "Ryan", role = c("aut"))
)
Maintainer: Marc Suchard <[email protected]>
Description: Functions for performing concurrent comparator studies
in an observational database in the OMOP Common Data Model. Can
extract the necessary data from a database and uses 'Cyclops' to
fit the conditional Poisson outcome model. The concurrent comparator
method is based on ideas presented in (list publications here).
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.2.3),
DatabaseConnector,
Andromeda,
Cyclops,
survival
Imports:
checkmate
Suggests:
testthat,
Eunomia,
CohortGenerator,
CirceR
RoxygenNote: 7.3.1