forked from OHDSI/MethodEvaluation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 1006 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
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
export(computeMdrr)
export(computeMetrics)
export(computeOhdsiBenchmarkMetrics)
export(createReferenceSetCohorts)
export(injectSignals)
export(launchMethodEvaluationApp)
export(packageOhdsiBenchmarkResults)
export(plotControls)
export(plotCoverageInjectedSignals)
export(plotRocsInjectedSignals)
export(synthesizePositiveControls)
export(synthesizeReferenceSetPositiveControls)
import(Cyclops)
import(DatabaseConnector)
import(FeatureExtraction)
import(dplyr)
importFrom(SqlRender,loadRenderTranslateSql)
importFrom(SqlRender,translateSql)
importFrom(grDevices,rgb)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rexp)
importFrom(stats,rpois)
importFrom(utils,install.packages)
importFrom(utils,menu)
importFrom(utils,read.csv)
importFrom(utils,write.csv)