forked from KarolineHuth/easybgm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
71 lines (70 loc) · 2.16 KB
/
NAMESPACE
File metadata and controls
71 lines (70 loc) · 2.16 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
# Generated by roxygen2: do not edit by hand
S3method(bgm_extract,package_bdgraph)
S3method(bgm_extract,package_bggm)
S3method(bgm_extract,package_bggm_compare)
S3method(bgm_extract,package_bgms)
S3method(bgm_extract,package_bgms_compare)
S3method(bgm_fit,package_bdgraph)
S3method(bgm_fit,package_bggm)
S3method(bgm_fit,package_bggm_compare)
S3method(bgm_fit,package_bgms)
S3method(bgm_fit,package_bgms_compare)
S3method(plot_centrality,bgmCompare)
S3method(plot_centrality,bgms)
S3method(plot_centrality,easybgm)
S3method(plot_centrality,list)
S3method(plot_complexity_probabilities,bgmCompare)
S3method(plot_complexity_probabilities,bgms)
S3method(plot_complexity_probabilities,easybgm)
S3method(plot_edgeevidence,bgmCompare)
S3method(plot_edgeevidence,bgms)
S3method(plot_edgeevidence,easybgm)
S3method(plot_network,bgmCompare)
S3method(plot_network,bgms)
S3method(plot_network,easybgm)
S3method(plot_parameterHDI,bgmCompare)
S3method(plot_parameterHDI,bgms)
S3method(plot_parameterHDI,easybgm)
S3method(plot_prior_sensitivity,list)
S3method(plot_structure,bgmCompare)
S3method(plot_structure,bgms)
S3method(plot_structure,easybgm)
S3method(plot_structure_probabilities,bgmCompare)
S3method(plot_structure_probabilities,bgms)
S3method(plot_structure_probabilities,easybgm)
S3method(print,easybgm)
S3method(print,easybgm_compare)
S3method(summary,easybgm)
S3method(summary,easybgm_compare)
export(clusterBayesfactor)
export(easybgm)
export(easybgm_compare)
export(plot_centrality)
export(plot_complexity_probabilities)
export(plot_edgeevidence)
export(plot_network)
export(plot_parameterHDI)
export(plot_prior_sensitivity)
export(plot_structure)
export(plot_structure_probabilities)
import(HDInterval)
import(bgms)
import(ggplot2)
import(qgraph)
importFrom(BDgraph,bdgraph)
importFrom(BDgraph,bdgraph.mpl)
importFrom(BDgraph,plinks)
importFrom(BGGM,explore)
importFrom(BGGM,select)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_modify)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,summarise)
importFrom(ggplot2,.data)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(stats,median)
importFrom(utils,packageVersion)