-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
85 lines (84 loc) · 2.24 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Generated by roxygen2: do not edit by hand
export(CVtreeMLE)
export(average_mixture_rules)
export(bound_precision)
export(bound_propensity)
export(calc_ate_estimates)
export(calc_clever_covariate)
export(calc_marginal_ate)
export(calc_marginal_rule_rmses)
export(calc_mixture_rule_rmses)
export(calc_mixtures_ate)
export(calc_v_fold_marginal_ate)
export(calc_v_fold_mixtures_ate)
export(calculatePooledEstimate)
export(common_mixture_rules)
export(compute_meta_marg_results)
export(create_cv_folds)
export(create_rules)
export(create_sls)
export(est_comb_exposure)
export(est_marg_nuisance_params)
export(est_mix_nuisance_params)
export(evaluate_marginal_rules)
export(evaluate_mixture_rules)
export(evaluate_rules_to_binary)
export(filter_marginal_rules)
export(filter_mixture_rules)
export(filter_rules)
export(find_common_marginal_rules)
export(fit_least_fav_submodel)
export(fit_marg_rule_backfitting)
export(fit_min_ave_tree_algorithm)
export(fit_mix_rule_backfitting)
export(groupby_fold)
export(list_rules_party)
export(marginal_group_split)
export(meta_mix_results)
export(plot_marginal_results)
export(pull_out_rule_vars)
export(scale_to_original)
export(scale_to_unit)
export(simulate_mixture_cube)
export(v_fold_marginal_qgroup_split)
export(v_fold_mixture_group_split)
import(dplyr)
import(furrr)
import(hrbrthemes)
import(ranger)
import(sl3)
import(viridis)
importFrom(MASS,mvrnorm)
importFrom(assertthat,assert_that)
importFrom(cvTools,cvFolds)
importFrom(data.table,rbindlist)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(dplyr,top_n)
importFrom(dplyr,transmute)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(magrittr,"%>%")
importFrom(purrr,discard)
importFrom(purrr,rbernoulli)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,as.formula)
importFrom(stats,glm)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,qunif)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)