-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathNAMESPACE
More file actions
82 lines (81 loc) · 2.4 KB
/
NAMESPACE
File metadata and controls
82 lines (81 loc) · 2.4 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
# Generated by roxygen2: do not edit by hand
S3method("$",bgmCompare)
S3method("$",bgms)
S3method("[[",bgmCompare)
S3method("[[",bgms)
S3method(coef,bgmCompare)
S3method(coef,bgms)
S3method(extract_arguments,bgmCompare)
S3method(extract_arguments,bgms)
S3method(extract_ess,bgmCompare)
S3method(extract_ess,bgms)
S3method(extract_group_params,bgmCompare)
S3method(extract_indicator_priors,bgmCompare)
S3method(extract_indicator_priors,bgms)
S3method(extract_indicators,bgmCompare)
S3method(extract_indicators,bgms)
S3method(extract_log_odds,bgms)
S3method(extract_main_effects,bgmCompare)
S3method(extract_main_effects,bgms)
S3method(extract_pairwise_interactions,bgmCompare)
S3method(extract_pairwise_interactions,bgms)
S3method(extract_partial_correlations,bgms)
S3method(extract_posterior_inclusion_probabilities,bgmCompare)
S3method(extract_posterior_inclusion_probabilities,bgms)
S3method(extract_precision,bgms)
S3method(extract_rhat,bgmCompare)
S3method(extract_rhat,bgms)
S3method(extract_sbm,bgms)
S3method(names,bgmCompare)
S3method(names,bgms)
S3method(predict,bgmCompare)
S3method(predict,bgms)
S3method(print,bgmCompare)
S3method(print,bgm_spec)
S3method(print,bgms)
S3method(print,summary.bgmCompare)
S3method(print,summary.bgms)
S3method(simulate,bgmCompare)
S3method(simulate,bgms)
S3method(summary,bgmCompare)
S3method(summary,bgms)
export(bgm)
export(bgmCompare)
export(extract_arguments)
export(extract_category_thresholds)
export(extract_edge_indicators)
export(extract_ess)
export(extract_group_params)
export(extract_indicator_priors)
export(extract_indicators)
export(extract_log_odds)
export(extract_main_effects)
export(extract_pairwise_interactions)
export(extract_pairwise_thresholds)
export(extract_partial_correlations)
export(extract_posterior_inclusion_probabilities)
export(extract_precision)
export(extract_rhat)
export(extract_sbm)
export(mrfSampler)
export(simulate_mrf)
import(RcppParallel)
importFrom(Rcpp,evalCpp)
importFrom(RcppParallel,defaultNumThreads)
importFrom(RcppParallel,setThreadOptions)
importFrom(Rdpack,reprompt)
importFrom(S7,class_any)
importFrom(S7,class_character)
importFrom(S7,new_class)
importFrom(S7,new_property)
importFrom(S7,prop)
importFrom(methods,hasArg)
importFrom(stats,dpois)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,simulate)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,packageVersion)
useDynLib(bgms, .registration=TRUE)