-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
48 lines (47 loc) · 1.11 KB
/
NAMESPACE
File metadata and controls
48 lines (47 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
S3method(print,propmod)
export("%>%")
export(add_propensity)
export(add_weighting)
export(build_covariate)
export(compute_asam)
export(compute_balance)
export(compute_ipw)
export(compute_sipw)
export(estimate_ps)
export(mc_setoguchi)
export(plot_cp)
export(ps_cart)
export(ps_glm)
export(ps_prune)
export(ps_rf)
export(ps_svm)
export(sim_covariate)
export(sim_outcome)
exportClasses(propmod)
import(data.table)
import(foreach)
importFrom(Matrix,bdiag)
importFrom(Matrix,symmpart)
importFrom(e1071,svm)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_pointrange)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(magrittr,"%>%")
importFrom(methods,setOldClass)
importFrom(mvtnorm,rmvnorm)
importFrom(parallel,mclapply)
importFrom(randomForest,randomForest)
importFrom(rpart,prune)
importFrom(rpart,rpart)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,glm)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_split)