-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
executable file
·42 lines (38 loc) · 1.04 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
useDynLib(CARBayesST, .registration = TRUE)
export(
MVST.CARar,
ST.CARlinear,
ST.CARar,
ST.CARanova,
ST.CARadaptive,
ST.CARclustrends,
ST.CARlocalised,
ST.CARsepspatial,
W.estimate
)
S3method(print, CARBayesST)
S3method(fitted, CARBayesST)
S3method(model.matrix, CARBayesST)
S3method(coef, CARBayesST)
S3method(residuals, CARBayesST)
S3method(logLik, CARBayesST)
import(spam)
import(MASS)
importFrom(truncnorm, rtruncnorm, dtruncnorm)
import(Rcpp)
importFrom(truncdist, rtrunc)
import(CARBayesdata)
import(stats)
import(leaflet)
import(rgdal)
import(ggplot2)
importFrom(gtools, rdirichlet, ddirichlet)
importFrom(matrixStats, rowMaxs)
importFrom(coda, mcmc, geweke.diag, effectiveSize, HPDinterval, mcmc.list, gelman.diag)
importFrom(utils, setTxtProgressBar, txtProgressBar)
importFrom(spdep, mat2listw, moran.mc, n.comp.nb, nb2listw, nb2mat, poly2nb)
importFrom(sp, spplot)
importFrom(dplyr, summarise, mutate, group_by)
importFrom(GGally, ggpairs)
importFrom(gridExtra, grid.arrange)
importFrom(MCMCpack, riwish)