-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 807 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 807 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(plot,MBMA_stan)
S3method(print,MBMA_stan)
S3method(print,meta_stan)
S3method(print,metastan_data)
export(MBMA_stan)
export(compare_MBMA)
export(convert_data_arm)
export(create_MetaStan_dat)
export(forest_plot)
export(meta_stan)
export(metastan_data)
import(Rcpp)
import(methods)
import(rstantools)
importFrom(HDInterval,hdi)
importFrom(coda,mcmc.list)
importFrom(forestplot,forestplot)
importFrom(forestplot,fpColors)
importFrom(forestplot,fpDrawBarCI)
importFrom(forestplot,fpDrawPointCI)
importFrom(forestplot,fpDrawSummaryCI)
importFrom(grid,gpar)
importFrom(grid,unit)
importFrom(loo,loo_compare)
importFrom(metafor,escalc)
importFrom(rstan,As.mcmc.list)
importFrom(rstan,sampling)
importFrom(stats,qnorm)
useDynLib(MetaStan, .registration = TRUE)