forked from darwin-eu/IncidencePrevalence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
28 lines (27 loc) · 846 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(incidenceAttrition,IncidenceResult)
S3method(incidenceSet,IncidenceResult)
S3method(participants,IncidencePrevalenceResult)
S3method(prevalenceAttrition,PrevalenceResult)
S3method(prevalenceSet,PrevalenceResult)
export("%>%")
export(benchmarkIncidencePrevalence)
export(bindIncidenceEstimates)
export(bindPrevalenceEstimates)
export(estimateIncidence)
export(estimatePeriodPrevalence)
export(estimatePointPrevalence)
export(exportIncidencePrevalenceResults)
export(generateDenominatorCohortSet)
export(incidenceAttrition)
export(incidenceSet)
export(mockIncidencePrevalenceRef)
export(participants)
export(plotIncidence)
export(plotPrevalence)
export(prevalenceAttrition)
export(prevalenceSet)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)