-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathNAMESPACE
More file actions
57 lines (56 loc) · 1.23 KB
/
NAMESPACE
File metadata and controls
57 lines (56 loc) · 1.23 KB
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
# Generated by roxygen2: do not edit by hand
S3method(plot,APO_dml)
S3method(plot,HK2_decomposition)
S3method(plot,HK_decomposition)
S3method(plot,kr_cate)
S3method(plot,plasso)
S3method(plot,spline_cate)
S3method(predict,HK_decomposition)
S3method(predict,plasso)
S3method(print,HK2_decomposition)
S3method(summary,APO_dml)
S3method(summary,ATE_dml)
S3method(summary,DML_partial_linear)
S3method(summary,HK2_decomposition)
S3method(summary,HK_decomposition)
S3method(summary,plasso)
export(APO_dml)
export(APO_dml_atet)
export(ATE_dml)
export(DML_aipw)
export(DML_partial_linear)
export(HK2_decomposition)
export(HK2_result_collector)
export(HK_decomposition)
export(causalDML)
export(clan)
export(create_method)
export(data_screen)
export(design_matrix)
export(dr_core)
export(dr_learner)
export(dr_oos)
export(kr_cate)
export(ndr_core)
export(ndr_learner)
export(ndr_oos)
export(norm_drl)
export(nuisance_dss_e)
export(nuisance_dss_m)
export(nuisance_e)
export(nuisance_m)
export(plasso)
export(prep_cf_mat)
export(prep_w_mat)
export(spline_cate)
import(crs)
import(ggplot2)
import(glmnet)
import(grf)
import(lmtest)
import(matrixStats)
import(np)
import(stats)
importFrom(dplyr,"%>%")
importFrom(dplyr,ntile)
useDynLib(causalDML, .registration = TRUE)