You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been having the same problem, and in my calculations I'm always using
something like x<-x[x>0] as a workaround.
But I believe keeping these zeroes may become important for some estimates
of non-parametric diversity indexes (see other issue here on github) so we
will probably work on a more appropriate solution soon.
On Nov 12, 2015 4:21 PM, "epetsios" [email protected] wrote:
Is there any way to avoid fitsad failing if there are 0's in the abundance
data?
Specific error:
x.geom = fitsad(x$Comm7, sad = "geom")
Error in if (sum(x == 0) > 0) { : missing value where TRUE/FALSE needed
Thank you
—
Reply to this email directly or view it on GitHub #101.
Is there any way to avoid fitsad failing if there are 0's in the abundance data?
Specific error:
x.geom = fitsad(x$Comm7, sad = "geom")
Error in if (sum(x == 0) > 0) { : missing value where TRUE/FALSE needed
Thank you
The text was updated successfully, but these errors were encountered: