diff --git a/DESCRIPTION b/DESCRIPTION index e5955fab..8c0ee479 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: spdep -Version: 1.3-2 +Version: 1.3-3 Date: 2024-02-06 Title: Spatial Dependence: Weighting Schemes, Statistics Encoding: UTF-8 @@ -66,10 +66,10 @@ Description: A collection of functions to create spatial weights matrix . The implementation of most of these measures is described in 'Bivand' and 'Wong' (2018) , with further extensions in 'Bivand' (2022) - . Lagrange multiplier tests for spatial dependence - in linear models are provided (Anselin et al. 1996) - , as are Rao's score tests for hypothesised - spatial Durbin models based in fitted linear models (Koley and Bera 2024) + . 'Lagrange' multiplier tests for spatial dependence + in linear models are provided ('Anselin et al'. 1996) + , as are 'Rao' score tests for hypothesised + spatial 'Durbin' models based on linear models ('Koley' and 'Bera' 2023) . From 'spdep' and 'spatialreg' versions >= 1.2-1, the model fitting functions previously present in this package are defunct in 'spdep' and may be found diff --git a/NEWS.md b/NEWS.md index 921d0566..6e446acf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Version 1.3-2 (development) +# Version 1.3-3 (development) * change `lm.LMtests` to `lm.RStests` and re-name Lagrange multiplier to Rao's score; add `GNM_` prefix to test names if the input object inherits from `SlX` created by `spatialreg::lmSLX` (Koley, forthcoming)