Learn R Programming

StepGWR (version 0.1.0)

A Hybrid Spatial Model for Prediction and Capturing Spatial Variation in the Data

Description

It is a hybrid spatial model that combines the variable selection capabilities of stepwise regression methods with the predictive power of the Geographically Weighted Regression(GWR) model.The developed hybrid model follows a two-step approach where the stepwise variable selection method is applied first to identify the subset of predictors that have the most significant impact on the response variable, and then a GWR model is fitted using those selected variables for spatial prediction at test or unknown locations. For method details,see Leung, Y., Mei, C. L. and Zhang, W. X. (2000)..This hybrid spatial model aims to improve the accuracy and interpretability of GWR predictions by selecting a subset of relevant variables through a stepwise selection process.This approach is particularly useful for modeling spatially varying relationships and improving the accuracy of spatial predictions.

Copy Link

Version

Install

install.packages('StepGWR')

Monthly Downloads

116

Version

0.1.0

License

GPL (>= 2.0)

Maintainer

Nobin Chandra Paul

Last Published

May 15th, 2023

Functions in StepGWR (0.1.0)

StepGWR_exponential

StepGWR: a hybrid spatial model that combines the variable selection capabilities of stepwise regression with the predictive power of Geographically Weighted Regression (GWR) model
StepGWR_gaussian

StepGWR: a hybrid spatial model that combines the variable selection capabilities of stepwise regression with the predictive power of Geographically Weighted Regression (GWR) model