-
Notifications
You must be signed in to change notification settings - Fork 7
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
Some Surveys have values or 0s for num and num_cpue when they should have NA #47
Comments
This issue was created in step where duplicate observations were removed (line 189 in ai_clean.R). I didn't realize that the output of sum(c(NA,NA,NA,NA,NA,NA,NA), na.rm = T) is 0, and not NA. |
I have updated the code, files in FishGlob_data/outputs/Cleaned_data (SURVEY_data.Rdata) and cleaned google drive files (SURVEY_data.csv). |
Unfortunately, the standardization code for the NEUS would never run fully for me after multiple attempts, so the neus_std_clean.Rdata file in the repository has NOT yet been updated. This still needs to be done. |
is NEUS the only code that needs an update? I can try next week |
is this fixed @zoekitchel ? Because we didn't run again the compile function to make the entire dataset available, and some people are using the previous version of the data |
Some surveys have values or 0s for num when they should have NA (aka no data exist, not that 0 were found).
Specifically:
The text was updated successfully, but these errors were encountered: