forked from matthewjdenny/GERGM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.53 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
# Generated by roxygen2: do not edit by hand
export(Estimate_Plot)
export(GOF)
export(Trace_Plot)
export(calculate_network_statistics)
export(conditional_edge_prediction)
export(conditional_edge_prediction_MSE)
export(conditional_edge_prediction_correlation_plot)
export(conditional_edge_prediction_plot)
export(find_example_simulated_network)
export(gergm)
export(hysteresis)
export(hysteresis_plot)
export(parallel_gergm)
export(plot_network)
export(simulate_networks)
import(methods)
import(plyr)
importFrom(Rcpp,sourceCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,gray)
importFrom(grDevices,pdf)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,dbeta)
importFrom(stats,density)
importFrom(stats,dgamma)
importFrom(stats,dt)
importFrom(stats,lm)
importFrom(stats,optim)
importFrom(stats,pbeta)
importFrom(stats,pgamma)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qbeta)
importFrom(stats,qgamma)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(utils,combn)
importFrom(utils,write.table)
useDynLib(GERGM)