-
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
Local moran with NA #45
Comments
I think it will take care of the NA values under the hood: see Lines 129 to 145 in 94c17da
|
yes, but in line 141 undefs[i] = data.is_na(i); treats them to leave them out. In Rgeoda there is no line to treat the NA. Maybe that can make a difference |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: