-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
96 lines (95 loc) · 2.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
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
# Generated by roxygen2: do not edit by hand
S3method("[",ergmm.par.list)
S3method("[[",ergmm.par.list)
S3method(as.mcmc,ergmm)
S3method(as.mcmc,list.ergmm)
S3method(gof,ergmm)
S3method(length,ergmm.par.list)
S3method(mcmc.diagnostics,ergmm)
S3method(merge,ergmm)
S3method(plot,ergmm)
S3method(predict,ergmm)
S3method(print,ergmm)
S3method(print,ergmm.model)
S3method(print,summary.ergmm)
S3method(simulate,ergmm)
S3method(simulate,ergmm.model)
S3method(summary,ergmm)
S3method(unstack,ergmm.par.list)
export(as.ergmm.par.list)
export(bic.ergmm)
export(control.ergmm)
export(ergmm)
export(ergmm.control)
export(ergmm.drawpie)
export(ergmm.prior)
export(show.ergmm)
import(ergm)
import(network)
importFrom(coda,as.mcmc)
importFrom(coda,as.mcmc.list)
importFrom(coda,autocorr)
importFrom(coda,autocorr.plot)
importFrom(coda,mcmc)
importFrom(coda,mcmc.list)
importFrom(coda,raftery.diag)
importFrom(ergm,gof)
importFrom(ergm,mcmc.diagnostics)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.interactive)
importFrom(grDevices,grey)
importFrom(grDevices,rgb)
importFrom(grDevices,xyz.coords)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,image)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,symbols)
importFrom(graphics,title)
importFrom(mvtnorm,dmvnorm)
importFrom(sna,geodist)
importFrom(statnet.common,NVL)
importFrom(statnet.common,eval_lhs.formula)
importFrom(statnet.common,list_rhs.formula)
importFrom(statnet.common,locate_prefixed_function)
importFrom(statnet.common,statnetStartupMessage)
importFrom(statnet.common,ult)
importFrom(stats,ar)
importFrom(stats,as.formula)
importFrom(stats,cmdscale)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,dchisq)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,kmeans)
importFrom(stats,mahalanobis)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rchisq)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,simulate)
importFrom(stats,update)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(stats,xtabs)
importFrom(tools,file_path_as_absolute)
importFrom(utils,find)
importFrom(utils,unstack)
useDynLib(latentnet)