forked from OHDSI/CohortMethod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
66 lines (65 loc) · 1.91 KB
/
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
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
# Generated by roxygen2: do not edit by hand
S3method(coef,outcomeModel)
S3method(confint,outcomeModel)
S3method(print,cohortMethodData)
S3method(print,outcomeModel)
S3method(print,summary.cohortMethodData)
S3method(print,summary.outcomeModel)
S3method(summary,cohortMethodData)
S3method(summary,outcomeModel)
export(checkCmInstallation)
export(computeCovariateBalance)
export(computePsAuc)
export(constructEras)
export(createCmAnalysis)
export(createCohortMethodDataSimulationProfile)
export(createCreatePsArgs)
export(createCreateStudyPopulationArgs)
export(createDrugComparatorOutcomes)
export(createFitOutcomeModelArgs)
export(createGetDbCohortMethodDataArgs)
export(createMatchOnPsAndCovariatesArgs)
export(createMatchOnPsArgs)
export(createPs)
export(createStratifyByPsAndCovariatesArgs)
export(createStratifyByPsArgs)
export(createStudyPopulation)
export(createTrimByPsArgs)
export(createTrimByPsToEquipoiseArgs)
export(drawAttritionDiagram)
export(fitOutcomeModel)
export(getAttritionTable)
export(getDbCohortMethodData)
export(getOutcomeModel)
export(getPsModel)
export(grepCovariateNames)
export(insertDbPopulation)
export(loadCmAnalysisList)
export(loadCohortMethodData)
export(loadDrugComparatorOutcomesList)
export(matchOnPs)
export(matchOnPsAndCovariates)
export(plotCovariateBalanceOfTopVariables)
export(plotCovariateBalanceScatterPlot)
export(plotKaplanMeier)
export(plotPs)
export(runCmAnalyses)
export(saveCmAnalysisList)
export(saveCohortMethodData)
export(saveDrugComparatorOutcomesList)
export(simulateCohortMethodData)
export(stratifyByPs)
export(stratifyByPsAndCovariates)
export(summarizeAnalyses)
export(trimByPs)
export(trimByPsToEquipoise)
import(Cyclops)
import(DatabaseConnector)
import(FeatureExtraction)
importFrom(RJDBC,dbDisconnect)
importFrom(Rcpp,evalCpp)
importFrom(SqlRender,loadRenderTranslateSql)
importFrom(SqlRender,translateSql)
importFrom(survival,Surv)
importFrom(survival,survfit)
useDynLib(CohortMethod)