-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
S3method(bma.cr,MSEdata)
S3method(bma.cr,array)
S3method(estimates,dga)
S3method(estimates,independence)
S3method(estimates,lcmcr)
S3method(estimates,list)
S3method(estimates,sparsemse)
S3method(tex,MSEdata)
export("listnames<-")
export(MCMCtrace)
export(MSEdata)
export(batch.estimates)
export(bma.cr)
export(dga)
export(diagnostics)
export(estimates)
export(grid.estimates)
export(independence)
export(is.MSEdata)
export(lcmcr)
export(listnames)
export(mergeLists)
export(nlists)
export(omit)
export(plotTrace)
export(sparsemse)
export(tex)
import(LCMCR)
import(SparseMSE)
import(assert)
import(dga)
import(dplyr)
import(parallel)
import(purrr)
import(slurmR)
import(tibble)
import(tidyr)
importFrom(Rcpp,evalCpp)
importFrom(dplyr,`%>%`)
importFrom(dplyr,count)
importFrom(dplyr,group_by_at)
importFrom(dplyr,left_join)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(purrr,map_dfc)
importFrom(rstan,Rhat)
importFrom(rstan,ess_bulk)
useDynLib(MSETools, .registration=TRUE)