forked from rcarragh/bhpm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (28 loc) · 758 Bytes
/
NAMESPACE
File metadata and controls
32 lines (28 loc) · 758 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
32
# Import some functions so R can check them during build
import(coda)
import(stats)
import(utils)
import(graphics)
# bhpm.BB
useDynLib(bhpm, .registration = TRUE)
# bhpm.BB.utils
#export(bhpm.plot.samples)
export(bhpm.convergence.diag)
export(bhpm.print.convergence.summary)
export(bhpm.ptheta)
export(bhpm.summary.stats)
export(bhpm.print.summary.stats)
# Cluster Analyses
export(bhpm.pm)
export(bhpm.npm)
export(bhpm.cluster.1a.hier2)
export(bhpm.cluster.BB.hier2)
export(bhpm.cluster.1a.hier3)
export(bhpm.cluster.BB.hier3)
export(bhpm.monitor.samples)
export(bhpm.pointmass.weights)
export(bhpm.sim.control.params)
export(bhpm.gen.initial.values)
export(bhpm.global.sim.param.defaults)
export(bhpm.hyper.param.defaults)
export(bhpm.monitor.defaults)