-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
60 lines (60 loc) · 1.7 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
Package: SelfControlledCaseSeries
Type: Package
Title: Self-Controlled Case Series
Version: 5.3.0
Date: 2024-08-15
Authors@R: c(
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre")),
person("Patrick", "Ryan", role = c("aut")),
person("Trevor", "Shaddox", role = c("aut")),
person("Marc", "Suchard", role = c("aut"))
)
Maintainer: Martijn Schuemie <[email protected]>
Description: SelfControlledCaseSeries is an R package for performing self-
controlled case series (SCCS) analyses in an observational database in the OMOP
Common Data Model. It extracts all necessary data from the database and
transforms it to the format required for SCCS. Age and season can be modeled
using splines assuming constant hazard within calendar months. Event-dependent
censoring of the observation period can be corrected for. Many exposures can be
included at once (MSCCS), with regularization on all coefficients except for the
exposure of interest.
VignetteBuilder: knitr
URL: https://ohdsi.github.io/SelfControlledCaseSeries/, https://github.com/OHDSI/SelfControlledCaseSeries
BugReports: https://github.com/OHDSI/SelfControlledCaseSeries/issues
Depends:
R (>= 4.0.0),
Cyclops (>= 3.4.0),
DatabaseConnector (>= 6.0.0),
Andromeda
Imports:
SqlRender (>= 1.16.0),
dplyr (>= 1.0.0),
Rcpp (>= 1.0.9),
ParallelLogger (>= 3.1.0),
EmpiricalCalibration,
splines,
ggplot2 (>= 3.4.0),
methods,
utils,
cli,
pillar,
checkmate,
readr,
ResultModelManager,
zip,
jsonlite,
digest
Suggests:
testthat,
knitr,
rmarkdown,
Eunomia,
withr
Remotes:
ohdsi/ResultModelManager
License: Apache License 2.0
LinkingTo: Rcpp
NeedsCompilation: yes
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8