forked from Bayesian-Graphical-Modelling-Lab/bgms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 1.03 KB
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
S3method(extract_arguments,bgmCompare)
S3method(extract_arguments,bgms)
S3method(extract_indicator_priors,bgmCompare)
S3method(extract_indicator_priors,bgms)
S3method(extract_indicators,bgmCompare)
S3method(extract_indicators,bgms)
S3method(extract_posterior_inclusion_probabilities,bgmCompare)
S3method(extract_posterior_inclusion_probabilities,bgms)
S3method(print,bgmCompare)
S3method(print,bgms)
export(bgm)
export(bgmCompare)
export(extract_arguments)
export(extract_category_thresholds)
export(extract_edge_indicators)
export(extract_indicator_priors)
export(extract_indicators)
export(extract_main_difference.bgmCompare)
export(extract_pairwise_difference.bgmCompare)
export(extract_pairwise_interactions)
export(extract_pairwise_thresholds)
export(extract_posterior_inclusion_probabilities)
export(mrfSampler)
export(summarySBM)
importFrom(Rcpp,evalCpp)
importFrom(Rdpack,reprompt)
importFrom(methods,hasArg)
importFrom(stats,dpois)
importFrom(utils,packageVersion)
useDynLib(bgms, .registration=TRUE)