-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·142 lines (141 loc) · 3.46 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# Generated by roxygen2: do not edit by hand
S3method(AIC,abnFit)
S3method(BIC,abnFit)
S3method(abn::family,abnFit)
S3method(abn::nobs,abnFit)
S3method(coef,abnFit)
S3method(logLik,abnFit)
S3method(plot,abnDag)
S3method(plot,abnFit)
S3method(plot,abnHeuristic)
S3method(plot,abnHillClimber)
S3method(plot,abnMostprobable)
S3method(print,abnCache)
S3method(print,abnDag)
S3method(print,abnFit)
S3method(print,abnHeuristic)
S3method(print,abnHillClimber)
S3method(print,abnMostprobable)
S3method(summary,abnDag)
S3method(summary,abnFit)
S3method(summary,abnMostprobable)
export(abn.version)
export(bern_bugs)
export(build.control)
export(buildScoreCache)
export(categorical_bugs)
export(compareDag)
export(createAbnDag)
export(discretization)
export(entropyData)
export(essentialGraph)
export(eval.across.grid)
export(expit)
export(expit_cpp)
export(factorial)
export(factorial_fast)
export(find.next.left.x)
export(fit.control)
export(fitAbn)
export(forLoopContentBayes)
export(formula_abn)
export(gauss_bugs)
export(get.quantiles)
export(getMargsINLA)
export(getModeVector)
export(infoDag)
export(irls_binomial_cpp)
export(irls_binomial_cpp_br)
export(irls_binomial_cpp_fast)
export(irls_binomial_cpp_fast_br)
export(irls_gaussian_cpp)
export(irls_gaussian_cpp_fast)
export(irls_poisson_cpp)
export(irls_poisson_cpp_fast)
export(linkStrength)
export(logit)
export(logit_cpp)
export(makebugs)
export(makebugsGroup)
export(mb)
export(miData)
export(mi_cpp)
export(mostProbable)
export(odds)
export(or)
export(plotAbn)
export(pois_bugs)
export(rank_cpp)
export(scoreContribution)
export(searchHeuristic)
export(searchHillClimber)
export(simulateAbn)
export(simulateDag)
export(skewness)
export(std.area.under.grid)
export(strsplits)
export(tidy.cache)
export(toGraphviz)
exportPattern("^[[:alpha:]]+")
importClassesFrom(graph,graphAM)
importFrom(Rcpp,evalCpp)
importFrom(Rgraphviz,layoutGraph)
importFrom(Rgraphviz,renderGraph)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,dev.flush)
importFrom(grDevices,dev.new)
importFrom(grDevices,rgb)
importFrom(graph,"edgeRenderInfo<-")
importFrom(graph,edgeRenderInfo)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,title)
importFrom(mclogit,mblogit)
importFrom(methods,hasArg)
importFrom(methods,is)
importFrom(methods,new)
importFrom(nnet,multinom)
importFrom(nnet,nnet.default)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(rjags,coda.samples)
importFrom(rjags,jags.model)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,IQR)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dbinom)
importFrom(stats,df.residual)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,family)
importFrom(stats,fitted.values)
importFrom(stats,glm)
importFrom(stats,hatvalues)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,model.matrix)
importFrom(stats,nobs)
importFrom(stats,predict.glm)
importFrom(stats,rbinom)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,sigma)
importFrom(stats,spline)
importFrom(stats,vcov)
importFrom(stringi,stri_detect_fixed)
importFrom(stringi,stri_flatten)
importFrom(stringi,stri_split_fixed)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,tail)
useDynLib(abn, .registration=TRUE)