-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
98 lines (97 loc) · 2.14 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Generated by roxygen2: do not edit by hand
S3method(as.array,geostan_fit)
S3method(as.data.frame,geostan_fit)
S3method(as.matrix,geostan_fit)
S3method(fitted,geostan_fit)
S3method(log_lik,geostan_fit)
S3method(plot,geostan_fit)
S3method(predict,geostan_fit)
S3method(print,geostan_fit)
S3method(print,impacts_slm)
S3method(print,prior)
S3method(residuals,geostan_fit)
S3method(sp_diag,geostan_fit)
S3method(sp_diag,numeric)
S3method(spatial,geostan_fit)
export(aple)
export(auto_gaussian)
export(dic)
export(edges)
export(eigen_grid)
export(expected_mc)
export(gamma2)
export(get_shp)
export(gr)
export(hs)
export(impacts)
export(lg)
export(lisa)
export(log_lik)
export(make_EV)
export(mc)
export(me_diag)
export(moran_plot)
export(n_eff)
export(n_nbs)
export(normal)
export(posterior_predict)
export(prep_car_data)
export(prep_car_data2)
export(prep_icar_data)
export(prep_me_data)
export(prep_sar_data)
export(prep_sar_data2)
export(row_standardize)
export(se_log)
export(shape2mat)
export(sim_sar)
export(sp_diag)
export(spatial)
export(spill)
export(stan_car)
export(stan_esf)
export(stan_glm)
export(stan_icar)
export(stan_sar)
export(student_t)
export(uniform)
export(waic)
import(Rcpp)
import(ggplot2)
import(graphics)
import(methods)
import(stats)
importFrom(Matrix,Diagonal)
importFrom(Matrix,Matrix)
importFrom(Matrix,Schur)
importFrom(Matrix,colMeans)
importFrom(Matrix,diag)
importFrom(Matrix,isSymmetric)
importFrom(Matrix,rowSums)
importFrom(Matrix,solve)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,summary)
importFrom(Matrix,t)
importFrom(gridExtra,grid.arrange)
importFrom(rstan,extract_sparse_parts)
importFrom(rstan,sampling)
importFrom(sf,st_as_sf)
importFrom(sf,st_crs)
importFrom(sf,st_linestring)
importFrom(sf,st_point_on_surface)
importFrom(sf,st_sfc)
importFrom(signs,signs)
importFrom(spdep,graph2nb)
importFrom(spdep,n.comp.nb)
importFrom(spdep,poly2nb)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,dt)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(truncnorm,rtruncnorm)
importFrom(utils,download.file)
importFrom(utils,unzip)
useDynLib(geostan, .registration = TRUE)