I have loaded labdsv package on R and I am trying to run indval following: https://www.youtube.com/watch?v=mExObdyuVbw
When I put iva <- indval(A.only, B$Location)
, based on my data names, I keep onb getting the error:
Error in indval.default(A.only, B$Location) : All species must occur in at least one plot
I have checked a couple of times that species without any data (that is all 0) have been removed in my table).
Any idea what is causing that error and how do I proceed to the the indicator values?