-
Notifications
You must be signed in to change notification settings - Fork 58
/
_pkgdown.yml
115 lines (111 loc) · 3.04 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
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:
- getDbCohortMethodData
- CohortMethodData-class
- isCohortMethodData
- saveCohortMethodData
- loadCohortMethodData
- createStudyPopulation
- title: "Propensity scores"
desc: >
Functions for creating and using propensity scores.
contents:
- createPs
- getPsModel
- matchOnPs
- matchOnPsAndCovariates
- trimByPs
- trimByPsToEquipoise
- trimByIptw
- stratifyByPs
- stratifyByPsAndCovariates
- truncateIptw
- title: "Outcome models"
desc: >
Functions for creating and viewing outcome models.
contents:
- fitOutcomeModel
- getOutcomeModel
- adjustedKm
- plotKaplanMeier
- title: "Diagnostics"
desc: >
Functions for producing various study diagnostics.
contents:
- computeMdrr
- getAttritionTable
- drawAttritionDiagram
- plotFollowUpDistribution
- createCmTable1
- getDefaultCmTable1Specifications
- getFollowUpDistribution
- plotPs
- computeEquipoise
- computePsAuc
- computeCovariateBalance
- plotCovariateBalanceOfTopVariables
- plotCovariateBalanceScatterPlot
- plotCovariatePrevalence
- plotTimeToEvent
- getGeneralizabilityTable
- title: "Running multiple analyses"
desc: >
Functions for running multiple analyses in an efficient way.
contents:
- ends_with("Args")
- createCmAnalysis
- saveCmAnalysisList
- loadCmAnalysisList
- createOutcome
- createTargetComparatorOutcomes
- saveTargetComparatorOutcomesList
- loadTargetComparatorOutcomesList
- createMultiThreadingSettings
- createDefaultMultiThreadingSettings
- runCmAnalyses
- title: "Results of multiple analyses"
desc: >
Functions for viewing results of multiple analyses.
contents:
- getFileReference
- getResultsSummary
- getInteractionResultsSummary
- createCmDiagnosticThresholds
- exportToCsv
- getResultsDataModelSpecifications
- insertExportedResultsInSqlite
- launchResultsViewerUsingSqlite
- createResultsDataModel
- migrateDataModel
- getDataMigrator
- uploadResults
- launchResultsViewer
- title: "Simulation"
desc: >
Functions for simulating cohort method data objects.
contents:
- createCohortMethodDataSimulationProfile
- simulateCohortMethodData
- cohortMethodDataSimulationProfile
- title: "Helper functions"
desc: >
Various helper functions
contents:
- checkCmInstallation
navbar:
structure:
right: [hades, github]
components:
hades:
text: hadesLogo
href: https://ohdsi.github.io/Hades