-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
34 lines (33 loc) · 939 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(augment)
export(polish)
export(prevplot)
export(survplot)
import(data.table)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,melt)
importFrom(data.table,set)
importFrom(data.table,setcolorder)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(msm,absorbing.msm)
importFrom(msm,pmatrix.msm)
importFrom(patchwork,wrap_plots)
importFrom(scales,percent)
importFrom(stats,model.extract)
importFrom(stats,time)
importFrom(survival,Surv)
importFrom(survival,survfit)
importFrom(utils,packageVersion)