-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (29 loc) · 822 Bytes
/
NAMESPACE
File metadata and controls
30 lines (29 loc) · 822 Bytes
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
# Generated by roxygen2: do not edit by hand
export(LF_shift)
export(Param_MSM_linear)
export(shift_additive)
export(shift_additive_bounded)
export(shift_additive_bounded_inv)
export(shift_additive_inv)
export(tmle3_Spec_shift)
export(tmle3_Spec_vimshift_delta)
export(tmle3_Spec_vimshift_msm)
export(tmle_shift)
export(tmle_vimshift_delta)
export(tmle_vimshift_msm)
export(trend_msm)
importFrom(R6,R6Class)
importFrom(assertthat,assert_that)
importFrom(data.table,data.table)
importFrom(methods,is)
importFrom(stats,cov)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(tmle3,Param_TSM)
importFrom(tmle3,Param_base)
importFrom(tmle3,Targeted_Likelihood)
importFrom(tmle3,define_lf)
importFrom(tmle3,point_tx_likelihood)
importFrom(tmle3,tmle3_Spec)
importFrom(tmle3,tmle3_Update)
importFrom(uuid,UUIDgenerate)