forked from duncanplee/CARBayes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·36 lines (36 loc) · 1005 Bytes
/
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
useDynLib(CARBayeSDM, .registration = TRUE)
export(
combine.data.shapefile,
highlight.borders,
MVS.CARleroux,
S.CARbym,
S.CARdissimilarity,
S.CARleroux,
S.CARlocalised,
S.CARmultilevel,
S.glm,
summarise.lincomb,
summarise.samples,
test_function,
presenceonly.bymCAR
)
S3method(print, CARBayes)
S3method(fitted, CARBayes)
S3method(model.matrix, CARBayes)
S3method(coef, CARBayes)
S3method(residuals, CARBayes)
S3method(logLik, CARBayes)
import(MASS)
import(Rcpp)
import(CARBayesdata)
import(stats)
import(leaflet)
importFrom(truncnorm, rtruncnorm)
importFrom(spam, as.spam, chol.spam, diag, rowSums)
importFrom(coda, mcmc, geweke.diag, effectiveSize)
importFrom(sp, Polygon, Polygons, SpatialPolygons, SpatialPolygonsDataFrame, SpatialPoints)
importFrom(spdep, mat2listw, n.comp.nb)
importFrom(utils, setTxtProgressBar, txtProgressBar)
import(rgdal)
importFrom(matrixcalc, is.symmetric.matrix, is.positive.definite)
importFrom(MCMCpack, riwish)