-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
73 lines (72 loc) · 1.87 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
# Generated by roxygen2: do not edit by hand
S3method(coef,ggmncv)
S3method(head,eip)
S3method(plot,eip)
S3method(plot,ggmncv)
S3method(plot,graph)
S3method(plot,penalty_derivative)
S3method(plot,penalty_function)
S3method(predict,ggmncv)
S3method(print,eip)
S3method(print,ggmncv)
S3method(print,nct)
export(boot_eip)
export(compare_edges)
export(confirm_edges)
export(constrained)
export(desparsify)
export(gen_net)
export(get_graph)
export(ggmncv)
export(inference)
export(kl_mvn)
export(ledoit_wolf)
export(mle_known_graph)
export(nct)
export(penalty_derivative)
export(penalty_function)
export(score_binary)
export(significance_test)
importFrom(MASS,mvrnorm)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(glassoFast,glassoFast)
importFrom(methods,is)
importFrom(network,"%e%")
importFrom(network,"%v%<-")
importFrom(network,"network.vertex.names<-")
importFrom(network,network)
importFrom(network,set.edge.attribute)
importFrom(network,set.edge.value)
importFrom(numDeriv,grad)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(pbapply,pblapply)
importFrom(pbapply,pboptions)
importFrom(reshape,melt)
importFrom(sna,gplot.layout.circle)
importFrom(stats,cor)
importFrom(stats,cov2cor)
importFrom(stats,deriv)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,runif)
importFrom(utils,head)
useDynLib(GGMncv, .registration=TRUE)