-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
S3method(confint,survtmle)
S3method(confint,tp.survtmle)
S3method(plot,tp.survtmle)
S3method(print,survtmle)
S3method(print,tp.survtmle)
export(estimateCensoring)
export(estimateFtimeMissing)
export(estimateHazards)
export(estimateTreatment)
export(hazard_tmle)
export(makeDataList)
export(mean_tmle)
export(survtmle)
export(timepoints)
importFrom(Matrix,Diagonal)
importFrom(SuperLearner,All)
importFrom(SuperLearner,SL.glm)
importFrom(SuperLearner,SL.mean)
importFrom(SuperLearner,SL.step)
importFrom(SuperLearner,SuperLearner)
importFrom(SuperLearner,SuperLearner.CV.control)
importFrom(dplyr,"%>%")
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggsci,scale_color_lancet)
importFrom(plyr,join)
importFrom(speedglm,speedglm)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,isoreg)
importFrom(stats,model.matrix)
importFrom(stats,optim)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,reshape)
importFrom(stringr,str_length)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(tidyr,gather)