rgeoda
rgeoda copied to clipboard
R library for spatial data analysis based on libgeoda and GeoDa
Dear Prof. Li When I run the rgeoda for my data, I found the legend color may be inconsistent with the results of geoda software (low-high and high-low). see the...
How Geoda calculates the local moran with NA values, because Rgeoda does not allow it because it cannot calculate with NA. What extra process does Geoda have than Rgeoda?
@lixun910, is it possible to create spatial clusters where the values that were used to create clusters don't overlap across clusters? So, let's say spatial clusters are based on a...
I updated to the latest version (0.10.4) because the "maxp_greedy" function was crashing R (see issue #39), but it seems that the bug wasn´t corrected for the "skater" function.
https://github.com/GeoDaCenter/rgeoda/blob/master/vignettes/rgeoda_tutorial.Rmd I think lines 284 and 285 should be switched in the Vignette. When you run `lisa_labels(lisa)` in line 291-292, the order is "Low-High", "High-Low"
Hi folks! I've been thinking about an error in the bivariate moran function and I'd like some help. Below, I replicate it with the `guerry` shp: Ok: ``` r library(rgeoda)...
Here is the console print of the output of `rgeoda::skater`. There seem to be a confusing typo – the highlighted element is "between-cluster"
```r library(rgeoda) guerry_path
The join_count_ratio() function doc is not reproducible. This probably wasn't captured because the tests are wrapped in a `\donttrun{}` (and I can't tell why? this example contains fully valid R...
The package was removed from CRAN ... can you reinstate it?