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 make some tests and when maxent use categories of factors with letters it do not works, but if I use numbers as factors it works fine.
Check it bellow.
Hi, Thanks for reporting this.
My initial guess is that the factor variables should be defined as an argument (model setting) to the algorithm that is handled by the maxent function in the dismo package. I think if you define which variables are categorical as the model argument [by adding modelSettings=list(maxent=list(factors=c("f1"))) to the sdm function] it would fix the issue.
Hi Babak,
I make some tests and when maxent use categories of factors with letters it do not works, but if I use numbers as factors it works fine.
Check it bellow.
Cheers!
library(sdm)
data
format
fit and test models
check models
The text was updated successfully, but these errors were encountered: