-
Notifications
You must be signed in to change notification settings - Fork 11
/
_pkgdown.yml
119 lines (108 loc) · 3.25 KB
/
_pkgdown.yml
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
url: https://ohdsi.github.io/Strategus/
template:
bootstrap: 5
bslib:
bootswatch: cosmo
includes:
in_header: <link rel="stylesheet" type="text/css" href="extra.css" />
home:
links:
- text: Ask a question
href: http://forums.ohdsi.org
reference:
- title: "Create analysis specifications"
desc: >
Functions for creating the analysis specification to execute. An analysis
specification includes one or more Strategus HADES module settings which
are added to the analysis specification.
contents:
- addCharacterizationModuleSpecifications
- addCohortDiagnosticsModuleSpecifications
- addCohortGeneratorModuleSpecifications
- addCohortIncidenceModuleSpecifications
- addCohortMethodeModuleSpecifications
- addEvidenceSynthesisModuleSpecifications
- addModuleSpecifications
- addPatientLevelPredictionModuleSpecifications
- addSelfControlledCaseSeriesModuleSpecifications
- addSharedResources
- createEmptyAnalysisSpecificiations
- title: "Executing a study"
desc: >
These functions are used to create the settings necessary to execute
a study as defined by the contents of the analysis specification.
contents:
- execute
- createCdmExecutionSettings
- createResultsExecutionSettings
- getCdmDatabaseMetaData
- title: "HADES Modules"
- subtitle: "OMOP CDM HADES Modules"
desc: >
These modules are designed to run against your OMOP CDM to carry
out their analyses.
contents:
- CharacterizationModule
- CohortDiagnosticsModule
- CohortGeneratorModule
- CohortIncidenceModule
- CohortMethodModule
- PatientLevelPredictionModule
- SelfControlledCaseSeriesModule
- subtitle: "Results HADES Modules"
desc: >
These modules are designed to run against results that are produced
by one or more OMOP CDM HADES Modules. Results must be stored in
a PostgreSQL database.
contents:
- EvidenceSynthesisModule
- title: "Results Data Model Creation & Upload"
desc: >
These functions are used to create the PostgreSQL results data model
tables and to upload results produced by the HADES modules.
contents:
- createResultDataModel
- createResultsDataModelSettings
- uploadResults
- title: "Sharing results"
desc: >
These functions are used to prepare results to share with a
network study coordinator
contents:
- zipResults
- title: "Internal R6 Class"
desc: >
This is a list of internal classes used by Strategus developers
contents:
- StrategusModule
navbar:
bg: dark
structure:
left:
- reference
- articles
- changelog
- resultsmodel
right: [hades, github]
components:
reference:
text: Reference
href: reference/index.html
changelog:
text: Changelog
href: news/index.html
resultsmodel:
text: Results model documentation
href: results-schema/index.html
hades:
text: hadesLogo
href: https://ohdsi.github.io/Hades
aria-label: hadesLogo
articles:
- title: Articles
navbar: ~
contents:
- IntroductionToStrategus
- CreatingAnalysisSpecification
- ExecuteStrategus
- WorkingWithResults