-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
50 lines (49 loc) · 1.31 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,medshift)
S3method(print,medshift)
S3method(summary,medshift)
export(LF_ipsi)
export(Param_medshift)
export(medshift)
export(pide)
export(test_de)
export(tmle3_Spec_medshift)
export(tmle_medshift)
importFrom(R6,R6Class)
importFrom(assertthat,assert_that)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setnames)
importFrom(dplyr,"%>%")
importFrom(dplyr,between)
importFrom(dplyr,transmute)
importFrom(methods,is)
importFrom(origami,cross_validate)
importFrom(origami,fold_index)
importFrom(origami,folds_vfold)
importFrom(origami,make_folds)
importFrom(origami,training)
importFrom(origami,validation)
importFrom(sl3,Lrnr_glm)
importFrom(sl3,sl3_Task)
importFrom(stats,confint)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,var)
importFrom(tibble,as_tibble)
importFrom(tmle3,LF_emp)
importFrom(tmle3,LF_fit)
importFrom(tmle3,Likelihood)
importFrom(tmle3,Param_base)
importFrom(tmle3,Targeted_Likelihood)
importFrom(tmle3,define_lf)
importFrom(tmle3,define_node)
importFrom(tmle3,tmle3)
importFrom(tmle3,tmle3_Spec)
importFrom(tmle3,tmle3_Update)
importFrom(uuid,UUIDgenerate)