Learn R Programming

MARSGWR (version 0.1.0)

A Hybrid Spatial Model for Capturing Spatially Varying Relationships Between Variables in the Data

Description

It is a hybrid spatial model that combines the strength of two widely used regression models, MARS (Multivariate Adaptive Regression Splines) and GWR (Geographically Weighted Regression) to provide an effective approach for predicting a response variable at unknown locations. The MARS model is used in the first step of the development of a hybrid model to identify the most important predictor variables that assist in predicting the response variable. For method details see, Friedman, J.H. (1991). .The GWR model is then used to predict the response variable at testing locations based on these selected variables that account for spatial variations in the relationships between the variables. This hybrid model can improve the accuracy of the predictions compared to using an individual model alone.This developed hybrid spatial model can be useful particularly in cases where the relationship between the response variable and predictor variables is complex and non-linear, and varies across locations.

Copy Link

Version

Install

install.packages('MARSGWR')

Monthly Downloads

192

Version

0.1.0

License

GPL (>= 2.0)

Maintainer

Nobin Chandra Paul

Last Published

May 9th, 2023

Functions in MARSGWR (0.1.0)

MARSGWR_gaussian

MARSGWR: a hybrid model that uses the MARS model for important variable selection and the GWR model for prediction at an unknown location based on the selected variables.
MARSGWR_exponential

MARSGWR: a hybrid model that uses the MARS model for important variable selection and the GWR model for prediction at an unknown location based on the selected variables.