Package: spatialreg Version: 1.4-4 Date: 2026-05-21 Title: Spatial Regression Analysis Encoding: UTF-8 Authors@R: c(person("Roger", "Bivand", role = c("cre", "aut"), email = "Roger.Bivand@nhh.no", comment=c(ORCID="0000-0003-2392-6140", ROR="04v53s997")), person(given = "Gianfranco", family = "Piras", role = c("aut"), email = "gpiras@mac.com"), person("Luc", "Anselin", role = "ctb", comment = c(ORCID = "0000-0003-1076-2220")), person("Andrew", "Bernat", role = "ctb"), person("Eric", "Blankmeyer", role = "ctb"), person("Yongwan", "Chun", role = "ctb", comment = c(ORCID = "0000-0002-4957-1379")), person("Virgilio", "Gómez-Rubio", role = "ctb", comment = c(ORCID = "0000-0002-4791-3072")), person("Daniel", "Griffith", role = "ctb", comment = c(ORCID = "0000-0001-5125-6450")), person("Martin", "Gubri", role = "ctb", comment = c(ORCID = "0000-0001-6744-6662")), person("Rein", "Halbersma", role = "ctb"), person("James", "LeSage", role = "ctb"), person("Angela", "Li", role = "ctb"), person("Hongfei", "Li", role = "ctb"), person("Jielai", "Ma", role = "ctb"), person("Abhirup", "Mallik", role = c("ctb", "trl")), person("Giovanni", "Millo", role = "ctb", comment = c(ORCID = "0000-0002-0140-6681")), person("Kelley", "Pace", role = "ctb"), person("Josiah", "Parry", role = "ctb", comment = c(ORCID = "0000-0001-9910-865X")), person("Pedro", "Peres-Neto", role = "ctb"), person("Tobias", "Rüttenauer", role = "ctb", comment = c(ORCID = "0000-0001-5747-9735")), person(given = "Mauricio", family = "Sarrias", role = c("ctb"), email = "mauricio.sarrias@ucn.cl"), person(given = "JuanTomas", family = "Sayago", role = c("ctb"), email = "juantomas.sayago@gmail.com"), person("Michael", "Tiefelsdorf", role = "ctb")) Depends: R (>= 3.3), spData (>= 2.3.1), Matrix, sf Imports: spdep (>= 1.4.1), coda, methods, mvtnorm, boot, splines, LearnBayes, nlme, multcomp, marginaleffects Suggests: parallel, RSpectra, tmap, foreign, spam, knitr, lmtest, expm, sandwich, rmarkdown, igraph, tinytest, codingMatrices Description: A collection of all the estimation functions for spatial cross-sectional models (on lattice/areal data using spatial weights matrices) contained up to now in 'spdep'. These model fitting functions include maximum likelihood methods for cross-sectional models proposed by 'Cliff' and 'Ord' (1973, ISBN:0850860369) and (1981, ISBN:0850860814), fitting methods initially described by 'Ord' (1975) . The models are further described by 'Anselin' (1988) . Spatial two stage least squares and spatial general method of moment models initially proposed by 'Kelejian' and 'Prucha' (1998) and (1999) are provided. Impact methods and MCMC fitting methods proposed by 'LeSage' and 'Pace' (2009) are implemented for the family of cross-sectional spatial regression models. Methods for fitting the log determinant term in maximum likelihood and MCMC fitting are compared by 'Bivand et al.' (2013) , and model fitting methods by 'Bivand' and 'Piras' (2015) ; both of these articles include extensive lists of references. A recent review is provided by 'Bivand', 'Millo' and 'Piras' (2021) . 'spatialreg' >= 1.1-* corresponded to 'spdep' >= 1.1-1, in which the model fitting functions were deprecated and passed through to 'spatialreg', but masked those in 'spatialreg'. From versions 1.2-*, the functions have been made defunct in 'spdep'. From version 1.3-6, add Anselin-Kelejian (1997) test to `stsls` for residual spatial autocorrelation . License: GPL-2 URL: https://github.com/r-spatial/spatialreg/, https://r-spatial.github.io/spatialreg/ BugReports: https://github.com/r-spatial/spatialreg/issues/ VignetteBuilder: knitr NeedsCompilation: yes RoxygenNote: 6.1.1 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://r-spatial.r-universe.dev Date/Publication: 2026-05-20 09:42:37 UTC RemoteUrl: https://github.com/r-spatial/spatialreg RemoteRef: HEAD RemoteSha: b455c8d53b39dcf7ea23af769ada67aed052863c Packaged: 2026-06-24 01:40:58 UTC; root Author: Roger Bivand [cre, aut] (ORCID: , ROR: ), Gianfranco Piras [aut], Luc Anselin [ctb] (ORCID: ), Andrew Bernat [ctb], Eric Blankmeyer [ctb], Yongwan Chun [ctb] (ORCID: ), Virgilio Gómez-Rubio [ctb] (ORCID: ), Daniel Griffith [ctb] (ORCID: ), Martin Gubri [ctb] (ORCID: ), Rein Halbersma [ctb], James LeSage [ctb], Angela Li [ctb], Hongfei Li [ctb], Jielai Ma [ctb], Abhirup Mallik [ctb, trl], Giovanni Millo [ctb] (ORCID: ), Kelley Pace [ctb], Josiah Parry [ctb] (ORCID: ), Pedro Peres-Neto [ctb], Tobias Rüttenauer [ctb] (ORCID: ), Mauricio Sarrias [ctb], JuanTomas Sayago [ctb], Michael Tiefelsdorf [ctb] Maintainer: Roger Bivand