Hi Juergen, I hope you're doing well. I was wondering if it's possible to map the occupancy predicted by the MOMS. I was able to get the table with predicted values for camera stations (mean and sd) but I don't know if it can estimate predicted values for points in a raster. I think this a key step, and the only way to generate this kind of map in R (with package raster and sf).
When working with single-season occupancy models, I used this predict function with the data frame being the points extracted from the raster (in this case, "alt" and " pend" are variables):
occ_predavg <- predict(MMod139,
newdata = as.data.frame (pred_surface_std[,c("alt",
"Pend")]), type = "state")
Thank you very much in advance.
Best,
Magdalena