-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi there! Very strange issue. I've removed and reinstalled GWmodel, RStudio, R, while troubleshooting this, and am running the same script on the same dataset as last week when it was working just fine. Nothing has changed.
Yet, when I execute my command: gwr.result.current <- ggwr.basic(form, data = akbgs_rate, kernel = "bisquare", adaptive = T, bw=bw.f1, family="Poisson"), it immediately returns the following:
Error in gw_reg(X, y.adj, W.i, FALSE, i) : object 'y.adj' not found In addition: Warning message: In proj4string(data) : CRS object has comment, which is lost in output; in tests, see https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html Error in ggwr.basic(form, data = akbgs_rate, kernel = "bisquare", adaptive = F, : object 'res1' not found
Anyone have any clues what could be going on here? Thanks so much.