spdep_lmtest {sdsfun} | R Documentation |
spatial linear models selection
Description
spatial linear models selection
Usage
spdep_lmtest(formula, data, listw = NULL)
Arguments
formula |
A formula for linear regression model. |
data |
An |
listw |
(optional) A listw. See |
Value
A list
Examples
gzma = sf::read_sf(system.file('extdata/gzma.gpkg',package = 'sdsfun'))
spdep_lmtest(PS_Score ~ ., gzma)
[Package sdsfun version 0.8.0 Index]