spdep_lmtest | R Documentation |
spatial linear models selection
spdep_lmtest(formula, data, listw = NULL)
formula |
A formula for linear regression model. |
data |
An |
listw |
(optional) A listw. See |
A list
gzma = sf::read_sf(system.file('extdata/gzma.gpkg',package = 'sdsfun'))
spdep_lmtest(PS_Score ~ ., gzma)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.