forked from kevinmcgregor/mdine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 720 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 720 Bytes
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
# Generated by roxygen2: do not edit by hand
export(adj2ig)
export(ci2adj)
export(mdine)
export(plot_networks)
export(sig_diff_prec)
import(Rcpp)
import(methods)
import(rstantools)
importFrom(MASS,ginv)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,categorical_pal)
importFrom(igraph,graph.adjacency)
importFrom(igraph,layout_in_circle)
importFrom(igraph,plot.igraph)
importFrom(nnet,multinom)
importFrom(rstan,get_posterior_mean)
importFrom(rstan,sampling)
importFrom(rstan,summary)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(stats,cov2cor)
useDynLib(mdine, .registration = TRUE)