-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
69 lines (68 loc) · 1.8 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
# Generated by roxygen2: do not edit by hand
S3method(confint,ggm_inference)
S3method(plot,ggmnonreg)
S3method(print,ggmnonreg)
export(constrained)
export(eip)
export(enr)
export(fisher_r_to_z)
export(fisher_z_to_r)
export(gen_net)
export(get_graph)
export(ggm_compare)
export(ggm_inference)
export(ggm_search)
export(ising_search)
export(mixed_search)
export(plot_enr)
export(predictability)
importFrom(GGMncv,constrained)
importFrom(GGMncv,ggmncv)
importFrom(MASS,mvrnorm)
importFrom(bestglm,bestglm)
importFrom(corpcor,cor2pcor)
importFrom(corpcor,pcor2cor)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,`%dopar%`)
importFrom(foreach,foreach)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,xlab)
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(parallel,makeCluster)
importFrom(poibin,ppoibin)
importFrom(psych,polychoric)
importFrom(sna,gplot.layout.circle)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cov2cor)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,step)
importFrom(stats,var)
importFrom(utils,flush.console)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)