-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
105 lines (104 loc) · 2.73 KB
/
Copy pathNAMESPACE
File metadata and controls
105 lines (104 loc) · 2.73 KB
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
97
98
99
100
101
102
103
104
105
# Generated by roxygen2: do not edit by hand
S3method(plot,quicknet_fit)
S3method(plot,quicknet_nira)
S3method(plot,quicknet_perturbation)
S3method(plot,quicknet_power)
S3method(print,quicknet_fit)
S3method(print,quicknet_input_check)
S3method(print,quicknet_nira)
S3method(print,quicknet_perturbation)
S3method(print,quicknet_power)
S3method(print,quicknet_report)
S3method(summary,quicknet_fit)
S3method(summary,quicknet_nira)
S3method(summary,quicknet_perturbation)
S3method(summary,quicknet_power)
export(Bridge)
export(Centrality)
export(ConfirmatoryNet)
export(EBICglassoNet)
export(LatentNet)
export(LongitudinalNet)
export(LongitudinalStability)
export(MTD.No.Smooth.Test)
export(MetaNet)
export(MixedVARNet)
export(NIRA)
export(NetCompare)
export(NetworkPower)
export(PanelNet)
export(PanelSEMNet)
export(Perturbation)
export(SampleSize)
export(Stability)
export(TimeVaryingNet)
export(back_to_matrix)
export(bridgeGroup)
export(check_input)
export(get_bridge_plot)
export(get_centrality_plot)
export(get_compare_plot)
export(get_edges)
export(get_edges_df)
export(get_lty_matrix)
export(get_network_plot)
export(get_nira_plot)
export(get_perturbation_plot)
export(get_stability_plot)
export(get_strength_node_size)
export(globalCoeff)
export(input_requirements)
export(model_registry)
export(netCor)
export(quickNet)
export(quicknet_fit)
export(quicknet_report)
import(IsingFit)
import(ggplot2)
import(qgraph)
importFrom(Matrix,nearPD)
importFrom(NetworkToolbox,clustcoeff)
importFrom(NetworkToolbox,pathlengths)
importFrom(ape,mantel.test)
importFrom(bootnet,bootnet)
importFrom(bootnet,corStability)
importFrom(bootnet,estimateNetwork)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,bind_cols)
importFrom(dplyr,contains)
importFrom(dplyr,everything)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,top_n)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_relevel)
importFrom(fs,path_join)
importFrom(ggplot2,ggsave)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,svg)
importFrom(graphics,hist)
importFrom(graphics,points)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(mgm,mgm)
importFrom(networktools,bridge)
importFrom(purrr,map)
importFrom(qgraph,centrality)
importFrom(qgraph,centralityPlot)
importFrom(qgraph,qgraph)
importFrom(reshape2,melt)
importFrom(scales,rescale)
importFrom(stats,cor)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stringr,str_match)
importFrom(stringr,str_sub)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)