forked from ck37/varimpact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
33 lines (32 loc) · 839 Bytes
/
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
# 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(quantiles_equivalent)
export(reduce_dimensions)
export(restrict_by_quantiles)
export(separate_factors_numerics)
export(tmle_estimate_q)
export(varImpact)
importFrom(cvTools,cvFolds)
importFrom(hopach,distancematrix)
importFrom(hopach,hopach)
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)