Skip to content
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

excluding NAs and issue setting threshold #1

Open
btupper opened this issue Nov 27, 2023 · 0 comments
Open

excluding NAs and issue setting threshold #1

btupper opened this issue Nov 27, 2023 · 0 comments

Comments

@btupper
Copy link
Member

btupper commented Nov 27, 2023

Hi @chross22 I have moved the scripts over to ecocast where the largish ENV_Covars reside. I have bumped into two issues...

This na.exclude() has the potential to remove ALL records (in fact is does currently).

na.exclude() %>%
Should the NA filter be applied to just the abund column or some other selection?

This crashes

if (threshold < 1) { # Only runs if percentile method selected (i.e., threshold parameter < 1)
if the na.exclude() above excludes all of the data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant