I am running MaxEnt
in R which is a species distribution model -- I am trying to run a 10 fold x validation on the data but keep getting two error messages:
Error in data.frame(..., check.names = FALSE) :
arguments imply differing number of rows: 1, 2, 0
And the warning message:
In mean.default(sapply(e, function(x) { :
argument is not numeric or logical: returning NA
I'm somewhat new to R
and don't know where I'm going wrong here -- the columns all have the same number of rows and there are no non-numeric values in the data frame... Thanks for any help/thoughts