-
Notifications
You must be signed in to change notification settings - Fork 8
/
_pkgdown.yml
108 lines (105 loc) · 2.81 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
template:
params:
bootswatch: cosmo
home:
links:
- text: Ask a question
href: http://forums.ohdsi.org
reference:
- title: "Getting data and creating a study population"
desc: >
Functions for getting the necessary data from the database in Common Data Model, and creating a study population.
contents:
- SccsData-class
- getDbSccsData
- saveSccsData
- loadSccsData
- isSccsData
- createStudyPopulation
- title: "Interval data"
desc: >
Functions for creating interval data.
contents:
- SccsIntervalData-class
- createEraCovariateSettings
- createAgeCovariateSettings
- createSeasonalityCovariateSettings
- createCalendarTimeCovariateSettings
- createControlIntervalSettings
- createSccsIntervalData
- createScriIntervalData
- saveSccsIntervalData
- loadSccsIntervalData
- isSccsIntervalData
- title: "Model fitting"
desc: >
Functions for creating and viewing models.
contents:
- fitSccsModel
- getModel
- plotAgeEffect
- plotSeasonality
- plotCalendarTimeEffect
- hasAgeEffect
- hasSeasonality
- hasCalendarTimeEffect
- title: "Diagnostics"
desc: >
Functions for producing various study diagnostics.
contents:
- computeMdrr
- computePreExposureGainP
- computeTimeStability
- getAttritionTable
- plotAgeSpans
- plotCalendarTimeSpans
- plotEventObservationDependence
- plotEventToCalendarTime
- plotExposureCentered
- title: "Running multiple analyses"
desc: >
Functions for running multiple analyses in an efficient way.
contents:
- ends_with("Args")
- createExposure
- createExposuresOutcome
- saveExposuresOutcomeList
- loadExposuresOutcomeList
- createSccsAnalysis
- saveSccsAnalysisList
- loadSccsAnalysisList
- createSccsMultiThreadingSettings
- createDefaultSccsMultiThreadingSettings
- runSccsAnalyses
- getFileReference
- getResultsSummary
- createSccsDiagnosticThresholds
- exportToCsv
- title: "Result upload"
desc: >
Uploading results to a database.
contents:
- createResultsDataModel
- getDataMigrator
- getResultsDataModelSpecifications
- migrateDataModel
- uploadResults
- title: "Simulation"
desc: >
Functions for simulating cohort method data objects.
contents:
- createSimulationRiskWindow
- createSccsSimulationSettings
- simulateSccsData
- title: "Helper functions"
desc: >
Various helper functions
contents:
- cyclicSplineDesign
navbar:
structure:
right: [hades, github]
components:
hades:
text: hadesLogo
href: https://ohdsi.github.io/Hades