-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LISA cluster labels in the tutorial vignette #40
Comments
@lixun910, I would be curious about this as well as the comment seems correct. On the tutorial page online it states that high-low is 3 and low-high is 4. Yet when printing the labels, 3 is low-high and 4 is high-low (4th and 5th elements, respectively). When I also produce it on my end, 3 would be low-high while 4 would high-low: I had assumed that this was corrected from #18, but maybe we are mistaken. As can see, using 0.0.10-2 is producing those labels.
|
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" <-- since everything else is the same order as lines 291 - 287, the 3 and 4 category labels seem like they should be switched - ie. 3 = "Low-High" and 4 = "High-Low"The text was updated successfully, but these errors were encountered: