-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
102 lines (101 loc) · 2.21 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
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
# Generated by roxygen2: do not edit by hand
S3method(plot,RoBMA)
S3method(print,RoBMA)
S3method(print,marginal_summary.RoBMA)
S3method(print,summary.RoBMA)
S3method(summary,RoBMA)
S3method(update,BiBMA)
S3method(update,RoBMA)
export(BiBMA)
export(NoBMA)
export(NoBMA.reg)
export(OR2d)
export(OR2logOR)
export(OR2r)
export(OR2z)
export(RoBMA)
export(RoBMA.get_option)
export(RoBMA.options)
export(RoBMA.reg)
export(check_RoBMA)
export(check_RoBMA_convergence)
export(check_setup)
export(check_setup.BiBMA)
export(check_setup.reg)
export(combine_data)
export(contr.independent)
export(contr.meandif)
export(contr.orthonormal)
export(d2OR)
export(d2logOR)
export(d2r)
export(d2z)
export(diagnostics)
export(diagnostics_autocorrelation)
export(diagnostics_density)
export(diagnostics_trace)
export(dwnorm)
export(forest)
export(interpret)
export(is.BiBMA)
export(is.NoBMA)
export(is.NoBMA.reg)
export(is.RoBMA)
export(is.RoBMA.reg)
export(logOR2OR)
export(logOR2d)
export(logOR2r)
export(logOR2z)
export(marginal_plot)
export(marginal_summary)
export(n_d)
export(n_r)
export(n_z)
export(plot_models)
export(prior)
export(prior_PEESE)
export(prior_PET)
export(prior_factor)
export(prior_informed)
export(prior_none)
export(prior_weightfunction)
export(pwnorm)
export(qwnorm)
export(r2OR)
export(r2d)
export(r2logOR)
export(r2z)
export(rwnorm)
export(se_d)
export(se_d2se_logOR)
export(se_d2se_r)
export(se_d2se_z)
export(se_logOR2se_d)
export(se_logOR2se_r)
export(se_logOR2se_z)
export(se_r)
export(se_r2se_d)
export(se_r2se_logOR)
export(se_r2se_z)
export(se_z)
export(se_z2se_d)
export(se_z2se_logOR)
export(se_z2se_r)
export(set_autofit_control)
export(set_convergence_checks)
export(summary_heterogeneity)
export(z2OR)
export(z2d)
export(z2logOR)
export(z2r)
importFrom(BayesTools,is.prior)
importFrom(BayesTools,is.prior.PEESE)
importFrom(BayesTools,is.prior.PET)
importFrom(BayesTools,is.prior.factor)
importFrom(BayesTools,is.prior.independent)
importFrom(BayesTools,is.prior.none)
importFrom(BayesTools,is.prior.point)
importFrom(BayesTools,is.prior.simple)
importFrom(BayesTools,is.prior.weightfunction)
importFrom(Rdpack,reprompt)
importFrom(rlang,.data)