Learn R Programming

⚠️There's a newer version (2.1.0) of this package.Take me there.

spfilteR

This package provides a number of useful functions that facilitate the analysis of spatially autocorrelated data based on the eigenfunction decomposition of an exogenously given connectivity matrix W. The main function getEVs() specifies a projection matrix M and symmetrizes the connectivity matrix by V=1/2*(W+W') before decomposing the transformed matrix MVM. If covariates are supplied, this function constructs the projection matrix by: M=I-X(X'X)-1 X'. Eigenvectors obtained from this specification are not only mutually uncorrelated but also orthogonal to the covariates in X. In contrast, if no covariates are supplied, the projection matrix simplifies to M= I-11'/n, where 1 is a vector of ones and n is the number of units. Besides the eigenvectors and eigenvalues, getEVs() also provides the Moran coefficient associated with each eigenvector.

Subsequently, these eigenvectors can be used to perform semiparametric spatial filtering in a regression framework. The functions lmFilter() and glmFilter() in this package implement unsupervised eigenvector selection based on a stepwise regression procedure and different objective functions, including i) the maximization of model fit, ii) minimization of residual autocorrelation, iii) the statistical significance of residual autocorrelation, and iv) the statistical significance of candidate eigenvectors. If other selection criteria are required or a model needs to be fitted that is currently not supported by these two functions, supervised eigenvector selection can be performed as well using the basic stats::lm() and stats::glm() commands in conjunction with the output generated by getEVs(). This option provides additional flexibility.

Copy Link

Version

Install

install.packages('spfilteR')

Monthly Downloads

197

Version

1.1.5

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Sebastian Juhl

Last Published

August 22nd, 2022

Functions in spfilteR (1.1.5)

vp

Variance Partitioning with Moran Spectral Randomization
glmFilter

Unsupervised Spatial Filtering with Eigenvectors in Generalized Linear Regression Models
getEVs

Eigenfunction Decomposition of a (Transformed) Spatial Connectivity Matrix
MI.ev

Moran Coefficients of Eigenvectors
MI.vec

Local Moran Coefficient
lmFilter

Unsupervised Spatial Filtering with Eigenvectors in Linear Regression Models
MI.decomp

Decomposition of the Moran Coefficient
fakedata

Synthetic Dataset
partialR2

Coefficient of Partial Determination
MI.sf

Moran Coefficient of the Spatial Filter
MI.resid

Moran Test for Residual Spatial Autocorrelation
vif.ev

Variance Inflation Factor of Eigenvectors