-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
103 lines (101 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
url: https://darwin-eu.github.io/DrugUtilisation/
template:
bootstrap: 5
articles:
- title: Package functionalities
navbar: Package functionalities
contents:
- mock_data
- create_cohorts
- indication
- daily_dose_calculation
- drug_utilisation
- summarise_treatments
- treatment_discontinuation
- drug_restart
reference:
- subtitle: Generate a set of drug cohorts
desc: Generate a set of drug cohorts using given concepts or vocabulary hierarchies
- contents:
- generateDrugUtilisationCohortSet
- generateIngredientCohortSet
- generateAtcCohortSet
- erafyCohort
- cohortGapEra
- subtitle: Apply inclusion criteria to drug cohorts
desc: Apply inclusion criteria that filter drug cohort entries based on specified rules.
- contents:
- requireDrugInDateRange
- requireIsFirstDrugEntry
- requireObservationBeforeDrug
- requirePriorDrugWashout
- subtitle: Identify and summarise indications for patients in drug cohorts
desc: Indications identified based on their presence in indication cohorts or OMOP CDM clinical tabes.
- contents:
- addIndication
- summariseIndication
- tableIndication
- plotIndication
- subtitle: Drug use functions
desc: Drug use functions are used to summarise and obtain the drug use information
- contents:
- addDrugUtilisation
- summariseDrugUtilisation
- tableDrugUtilisation
- plotDrugUtilisation
- subtitle: Drug use individual functions
desc: Drug use functions can be used to add a single estimates
- contents:
- addNumberExposures
- addNumberEras
- addTimeToExposure
- addDaysExposed
- addDaysPrescribed
- addInitialExposureDuration
- addInitialQuantity
- addCumulativeQuantity
- addInitialDailyDose
- addCumulativeDose
- subtitle: Summarise treatment persistence using proportion of patients covered (PPC)
desc: Summarise the proportion of patients in the drug cohort over time.
- contents:
- summariseProportionOfPatientsCovered
- tableProportionOfPatientsCovered
- plotProportionOfPatientsCovered
- subtitle: Summarise treatments during certain windows
desc: Summarise the use of different treatments during certain windows
- contents:
- addTreatment
- summariseTreatment
- tableTreatment
- plotTreatment
- subtitle: Summarise treatment restart or switch during certain time
desc: Summarise the restart of a treatment, or switch to another, during certain time
- contents:
- addDrugRestart
- summariseDrugRestart
- tableDrugRestart
- plotDrugRestart
- subtitle: Daily dose documentation
desc: Functions to assess coverage for the diferent ingredients and document how daily dose is calculated
- contents:
- patternsWithFormula
- patternTable
- summariseDoseCoverage
- tableDoseCoverage
- subtitle: Complementary functions
desc: Complementary functions
- contents:
- benchmarkDrugUtilisation
- mockDrugUtilisation
- subtitle: Deprecated functions
desc: This functions has been deprecated
- contents:
- addExposedTime
- addDailyDose
- addRoute
- addDrugUse
- summariseDrugUse
- dailyDoseCoverage
- stratifyByUnit
- readConceptList