-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
83 lines (82 loc) · 2.17 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
# Generated by roxygen2: do not edit by hand
export(ROCModule)
export(ROCModuleInput)
export(TreeModule)
export(TreeModuleInput)
export(makeCoord)
export(makeLabels)
export(makePPTList_surTree)
export(makePPTList_tree)
export(makePPTxList_ROC)
export(optimal_cutpoint)
export(optimal_lr.eta)
export(plot_ROC)
export(plot_ROC2)
export(sTreeModule)
export(sTreeModuleInput)
export(step_ROC)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(Epi,ROC)
importFrom(caret,confusionMatrix)
importFrom(editData,checkboxInput3)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,annotate)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(pROC,ci)
importFrom(pROC,roc)
importFrom(pROC,roc.test)
importFrom(party,ctree)
importFrom(purrr,map2_dfr)
importFrom(rrtable,data2HTML)
importFrom(rrtable,data2pptx)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,callModule)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,conditionalPanel)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fluidRow)
importFrom(shiny,hr)
importFrom(shiny,htmlOutput)
importFrom(shiny,icon)
importFrom(shiny,insertUI)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,removeUI)
importFrom(shiny,renderPrint)
importFrom(shiny,renderUI)
importFrom(shiny,selectInput)
importFrom(shiny,tagList)
importFrom(shiny,textInput)
importFrom(shiny,uiOutput)
importFrom(shiny,updateCheckboxInput)
importFrom(shiny,updateTextInput)
importFrom(shiny,wellPanel)
importFrom(stats,anova)
importFrom(stats,fitted)
importFrom(stats,glm)
importFrom(stats,na.omit)
importFrom(stats,step)
importFrom(stats,terms)
importFrom(stats,wilcox.test)
importFrom(survival,Surv)
importFrom(webrSub,anovaTable)
importFrom(webrSub,help_console)
importFrom(webrSub,multiChooser)
importFrom(webrSub,multiChooserUI)
importFrom(webrSub,myp)
importFrom(webrSub,showData)
importFrom(webrSub,showDataUI)