-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.5 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
# Generated by roxygen2: do not edit by hand
S3method("+",DefineSummariesClass)
export(BinDat)
export(BinOutModel)
export(CategorSummaryModel)
export(ContinSummaryModel)
export(DatNet)
export(DatNet.sWsA)
export(DefineSummariesClass)
export(OdataDT)
export(RegressionClass)
export(SummariesModel)
export(def_new_sA)
export(def_sA)
export(def_sW)
export(eval.summaries)
export(glmR6)
export(logisfitR6)
export(mcEvalPsi)
export(print_tmlenet_opts)
export(speedglmR6)
export(tmlenet)
export(tmlenet_options)
import(R6)
import(data.table)
importFrom(Rcpp,sourceCpp)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.count)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(grDevices,nclass.FD)
importFrom(grDevices,nclass.Sturges)
importFrom(grDevices,nclass.scott)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(graphics,text)
importFrom(methods,is)
importFrom(simcausal,NetIndClass)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,glm)
importFrom(stats,glm.control)
importFrom(stats,glm.fit)
importFrom(stats,na.exclude)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,quasibinomial)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,str)
useDynLib(tmlenet)