-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
85 lines (84 loc) · 2.21 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(IsoXshift)
export(calc_CIs)
export(calc_basis_freq)
export(calc_final_effect_mod_param)
export(calc_final_ind_shift_param)
export(calc_final_joint_shift_param)
export(calc_intxn_results)
export(calc_joint_results)
export(calc_mediation_param)
export(calc_pvals)
export(calculatePooledEstimate)
export(create_cv_folds)
export(create_sls)
export(est_Q_w_shifted_mediation)
export(est_hn)
export(estimate_mediator)
export(extract_vars_from_basis)
export(find_min_concentrations)
export(fit_basis_estimators)
export(fit_fluctuation)
export(indiv_stoch_shift_est_Q)
export(indiv_stoch_shift_est_g_exp)
export(joint_stoch_shift_est_Q)
export(joint_stoch_shift_est_g_exp)
export(list_rules_party)
export(quad_integrand_q_g_r)
export(scale_to_original)
export(scale_to_unit)
export(simulate_complicated_mediation_data)
export(simulate_data)
export(simulate_mediation_data)
export(tmle_exposhift)
import(furrr)
import(polspline)
import(sl3)
importFrom(MASS,mvrnorm)
importFrom(Rdpack,reprompt)
importFrom(assertthat,assert_that)
importFrom(cvTools,cvFolds)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setnames)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,top_n)
importFrom(foreach,"%dopar%")
importFrom(magrittr,"%>%")
importFrom(partykit,glmtree)
importFrom(purrr,is_empty)
importFrom(purrr,map)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(sl3,Lrnr_sl)
importFrom(sl3,make_sl3_Task)
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(stats,fitted)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,qunif)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract_all)