-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
54 lines (53 loc) · 1.37 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
# Generated by roxygen2: do not edit by hand
S3method(plot,mcmcSAR)
S3method(print,mcmcSAR)
S3method(print,plot.mcmcSAR)
S3method(print,smmSAR)
S3method(print,summary.mcmcSAR)
S3method(print,summary.smmSAR)
S3method(summary,mcmcSAR)
S3method(summary,smmSAR)
export(dvMF)
export(fit.dnetwork)
export(logCpvMF)
export(mat.to.vec)
export(mcmcARD)
export(mcmcSAR)
export(norm.network)
export(peer.avg)
export(remove.ids)
export(rvMF)
export(sim.IV)
export(sim.dnetwork)
export(sim.network)
export(smmSAR)
export(vec.to.mat)
importFrom(Formula,as.Formula)
importFrom(Matrix,rankMatrix)
importFrom(Rcpp,sourceCpp)
importFrom(abind,abind)
importFrom(doParallel,registerDoParallel)
importFrom(doRNG,"%dorng%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(formula.tools,env)
importFrom(graphics,par)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(stats,binomial)
importFrom(stats,cov)
importFrom(stats,delete.response)
importFrom(stats,density)
importFrom(stats,glm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,plogis)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,var)
importFrom(utils,tail)
useDynLib(PartialNetwork, .registration = TRUE)