forked from OHDSI/CohortMethod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
86 lines (85 loc) · 2.42 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# 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(computeMdrr)
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(getFollowUpDistribution)
export(getOutcomeModel)
export(getPsModel)
export(grepCovariateNames)
export(insertDbPopulation)
export(loadCmAnalysisList)
export(loadCohortMethodData)
export(loadDrugComparatorOutcomesList)
export(matchOnPs)
export(matchOnPsAndCovariates)
export(plotCovariateBalanceOfTopVariables)
export(plotCovariateBalanceScatterPlot)
export(plotFollowUpDistribution)
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(grDevices,rgb)
importFrom(methods,is)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rexp)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,time)
importFrom(survival,Surv)
importFrom(survival,survfit)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(CohortMethod)