-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
52 lines (51 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
export(eventTab)
export(fitCox)
export(fitCuminc)
export(fitReg)
export(fitSurvival)
export(plotCuminc)
export(plotSurvival)
export(riskTab)
export(summarizeCR)
export(testCox)
export(testCuminc)
export(testReg)
export(testSurvival)
importFrom(cmprsk,crr)
importFrom(cmprsk,cuminc)
importFrom(cmprsk,summary.crr)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(grid,gpar)
importFrom(grid,segmentsGrob)
importFrom(grid,textGrob)
importFrom(grid,unit)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(gridExtra,tableGrob)
importFrom(gridExtra,ttheme_minimal)
importFrom(gtable,gtable_add_grob)
importFrom(scales,extended_breaks)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,time)
importFrom(survival,Surv)
importFrom(survival,coxph)
importFrom(survival,survdiff)
importFrom(survival,survfit)