-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
44 lines (43 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
S3method(print,varimpact)
export(.bound)
export(estimate_tmle2)
export(exportLatex)
export(factors_to_indicators)
export(max_sqr)
export(plot_var)
export(quantiles_equivalent)
export(reduce_dimensions)
export(restrict_by_quantiles)
export(separate_factors_numerics)
export(tmle_estimate_q)
export(varimpact)
import(ggplot2)
importFrom(SuperLearner,All)
importFrom(cvTools,cvFolds)
importFrom(dplyr,first)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarize_all)
importFrom(hopach,distancematrix)
importFrom(hopach,hopach)
importFrom(magrittr,"%>%")
importFrom(modeest,mlv)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,glm)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,plogis)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,qlogis)
importFrom(stats,quantile)
importFrom(stats,var)
importFrom(tmle,tmle)
importFrom(utils,packageDescription)