Hi everybody!
I am running N-mixture (pcount) models in unmarked and when trying to run crossVal I get "Error in V %*% ppars : non-conformable arguments". However, the models run smoothly and I get no troubles otherwise. The code looks like this:
crossVal(pcount(~num_date + time + temp + hr + windmax + rocks + clouds + (1|observers)~ tmin + ppt + landcover + area, data = data_list$galgal, mixture = "P"), method = "Kfold")
Furthermore, when I try to loop it to run several models at once I get "Error in split_formula(formula) : Double right-hand side formula required" .
Could anyone explain me what might be happening?
Best
Julien