-
Notifications
You must be signed in to change notification settings - Fork 58
/
NAMESPACE
120 lines (119 loc) · 3.35 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Generated by roxygen2: do not edit by hand
S3method(coef,OutcomeModel)
S3method(confint,OutcomeModel)
S3method(print,OutcomeModel)
S3method(print,summary.CohortMethodData)
export(adjustedKm)
export(checkCmInstallation)
export(computeCovariateBalance)
export(computeEquipoise)
export(computeMdrr)
export(computePsAuc)
export(createCmAnalysis)
export(createCmDiagnosticThresholds)
export(createCmTable1)
export(createCohortMethodDataSimulationProfile)
export(createComputeCovariateBalanceArgs)
export(createCreatePsArgs)
export(createCreateStudyPopulationArgs)
export(createDefaultMultiThreadingSettings)
export(createFitOutcomeModelArgs)
export(createGetDbCohortMethodDataArgs)
export(createMatchOnPsAndCovariatesArgs)
export(createMatchOnPsArgs)
export(createMultiThreadingSettings)
export(createOutcome)
export(createPs)
export(createResultsDataModel)
export(createStratifyByPsAndCovariatesArgs)
export(createStratifyByPsArgs)
export(createStudyPopulation)
export(createTargetComparatorOutcomes)
export(createTrimByIptwArgs)
export(createTrimByPsArgs)
export(createTrimByPsToEquipoiseArgs)
export(createTruncateIptwArgs)
export(drawAttritionDiagram)
export(exportToCsv)
export(fitOutcomeModel)
export(getAttritionTable)
export(getDataMigrator)
export(getDbCohortMethodData)
export(getDefaultCmTable1Specifications)
export(getFileReference)
export(getFollowUpDistribution)
export(getGeneralizabilityTable)
export(getInteractionResultsSummary)
export(getOutcomeModel)
export(getPsModel)
export(getResultsDataModelSpecifications)
export(getResultsSummary)
export(insertExportedResultsInSqlite)
export(isCohortMethodData)
export(launchResultsViewer)
export(launchResultsViewerUsingSqlite)
export(loadCmAnalysisList)
export(loadCohortMethodData)
export(loadTargetComparatorOutcomesList)
export(matchOnPs)
export(matchOnPsAndCovariates)
export(migrateDataModel)
export(plotCovariateBalanceOfTopVariables)
export(plotCovariateBalanceScatterPlot)
export(plotCovariatePrevalence)
export(plotFollowUpDistribution)
export(plotKaplanMeier)
export(plotPs)
export(plotTimeToEvent)
export(runCmAnalyses)
export(saveCmAnalysisList)
export(saveCohortMethodData)
export(saveTargetComparatorOutcomesList)
export(simulateCohortMethodData)
export(stratifyByPs)
export(stratifyByPsAndCovariates)
export(trimByIptw)
export(trimByPs)
export(trimByPsToEquipoise)
export(truncateIptw)
export(uploadResults)
exportClasses(CohortMethodData)
exportMethods(show)
exportMethods(summary)
import(Andromeda)
import(Cyclops)
import(DatabaseConnector)
import(FeatureExtraction)
import(dplyr)
importFrom(Rcpp,evalCpp)
importFrom(SqlRender,loadRenderTranslateSql)
importFrom(SqlRender,translateSql)
importFrom(grDevices,rgb)
importFrom(graphics,text)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,density)
importFrom(stats,lm)
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,start)
importFrom(stats,time)
importFrom(stats,uniroot)
importFrom(survival,Surv)
importFrom(survival,survfit)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(CohortMethod)