-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
64 lines (63 loc) · 1.56 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
# Generated by roxygen2: do not edit by hand
S3method(coef,bayesCox)
S3method(coef,splineCox)
S3method(coef,tvTran)
S3method(jump,bayesCox)
S3method(nu,bayesCox)
S3method(print,bayesCox)
S3method(print,splineCox)
S3method(print,tvTran)
export(Surv)
export(bayesCox)
export(bayesCoxMcmc)
export(is.bayesCox)
export(jump)
export(nu)
export(plotCoef)
export(plotJumpHist)
export(plotJumpTrace)
export(plotNu)
export(plotSurv)
export(splineCox)
export(survCurve)
export(survDiff)
export(tvTran)
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(data.table,setnames)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,stat_bin)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,hcl)
importFrom(grid,unit)
importFrom(nleqslv,nleqslv)
importFrom(splines2,bSpline)
importFrom(stats,.getXlevels)
importFrom(stats,as.formula)
importFrom(stats,delete.response)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,rnorm)
importFrom(stats,setNames)
importFrom(stats,stepfun)
importFrom(stats,terms)
importFrom(survival,Surv)
importFrom(survival,coxph)
useDynLib(dynsurv)