I have 1 dependent variable (y1) and 2 independent variables (x1, x2) in raster format. I want to choose the best, single, variable for simple linear regression. My goal is two-fold:

  • After performing simple linear regression, take the same model and perform geographically weighted regression
  • Downscale the residuals of GWR using Area-to-Area Kriging and finally add the downscaled residuals to the GWR model in order to create the dependent variable in higher resolution.
  • Based on my goals, should I select the covariate based on Pearson correlation or based on R² and why? For example, a linear model using x1 maybe yields higher R² value compared to the other model but the x2 yields higher Pearson correlation.

    More Nikolaos Tziokas's questions See All
    Similar questions and discussions