-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
71 lines (70 loc) · 1.86 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
# Generated by roxygen2: do not edit by hand
S3method(plot,meta_pred)
S3method(plot,meta_sensitivity)
S3method(plot,prior)
S3method(plot_forest,default)
S3method(plot_forest,meta_bma)
S3method(plot_forest,meta_fixed)
S3method(plot_forest,meta_random)
S3method(plot_posterior,default)
S3method(plot_posterior,meta_bma)
S3method(plot_posterior,meta_fixed)
S3method(plot_posterior,meta_random)
S3method(print,inclusion)
S3method(print,meta_bma)
S3method(print,meta_fixed)
S3method(print,meta_random)
S3method(print,meta_sensitivity)
S3method(print,prior)
export(bma)
export(inclusion)
export(meta_bma)
export(meta_default)
export(meta_fixed)
export(meta_ordered)
export(meta_random)
export(meta_sensitivity)
export(plot_default)
export(plot_forest)
export(plot_posterior)
export(predicted_bf)
export(prior)
export(transform_es)
import(bridgesampling)
import(graphics)
import(methods)
import(rstan)
import(rstantools)
import(stats)
importFrom(LaplacesDemon,dhalfcauchy)
importFrom(LaplacesDemon,dst)
importFrom(LaplacesDemon,pst)
importFrom(LaplacesDemon,qst)
importFrom(LaplacesDemon,rhalfcauchy)
importFrom(LaplacesDemon,rhalft)
importFrom(LaplacesDemon,rinvgamma)
importFrom(LaplacesDemon,rst)
importFrom(LaplacesDemon,rtrunc)
importFrom(Rcpp,loadModule)
importFrom(RcppParallel,setThreadOptions)
importFrom(bridgesampling,bridge_sampler)
importFrom(coda,HPDinterval)
importFrom(coda,as.mcmc)
importFrom(coda,mcmc)
importFrom(coda,spectrum0.ar)
importFrom(coda,varnames)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,colors)
importFrom(logspline,dlogspline)
importFrom(logspline,logspline)
importFrom(mvtnorm,dmvnorm)
importFrom(mvtnorm,rmvnorm)
importFrom(rstan,As.mcmc.list)
importFrom(stats,dbeta)
importFrom(stats,dgamma)
importFrom(stats,pbeta)
importFrom(stats,pgamma)
importFrom(stats,rbeta)
importFrom(stats,rgamma)
importFrom(utils,capture.output)
useDynLib(metaBMA, .registration = TRUE)