-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.23 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
# Generated by roxygen2: do not edit by hand
S3method(impacts,error_sphet)
S3method(impacts,gstsls)
S3method(impacts,ols_sphet)
S3method(impacts,stsls_sphet)
S3method(print,sphet)
S3method(print,summary.sphet)
S3method(summary,sphet)
export(circular)
export(distance)
export(gstslshet)
export(impacts)
export(kpjtest)
export(listw2dgCMatrix)
export(read.gwt2dist)
export(spreg)
export(stslshac)
import(Matrix)
import(mvtnorm)
import(nlme)
import(sf)
import(spData)
import(spatialreg)
importFrom(coda,as.mcmc)
importFrom(methods,as)
importFrom(methods,new)
importFrom(sp,spDists)
importFrom(spdep,card)
importFrom(spdep,lag.listw)
importFrom(spdep,nb2listw)
importFrom(spdep,sym.attr.nb)
importFrom(spdep,vi2mrc)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,model.extract)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,na.fail)
importFrom(stats,nlminb)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,printCoefmat)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stringr,str_remove)
importFrom(utils,read.table)
importFrom(utils,write.table)