gwr.model.sort {GWmodel} | R Documentation |
Sort the results of the GWR model selection function gwr.model.selection
.
Description
Sort the results from the GWR model selection function gwr.model.selection
Usage
gwr.model.sort(Sorting.list , numVars, ruler.vector)
Arguments
Sorting.list |
a list returned by function |
numVars |
the number of independent variables involved in model selection |
ruler.vector |
a numeric vector as the sorting basis |
Note
The function sorts the results of model selection within individual levels.
The function “model.sort.gwr” (in the early versions of GWmodel) has been renamed as “gwr.model.sort”, while the old name is still kept valid.
Author(s)
Binbin Lu binbinlu@whu.edu.cn
See Also
gwr.model.selection
, gwr.model.view
[Package GWmodel version 2.3-3 Index]