s-jSDM
s-jSDM copied to clipboard
extrapolating with predict?
I have a set of 30 plots of species presence-absence data that have spatial coordinates and i want to extrapolate to the grid the plots are embedded in (255 plots), when i run predict on the new data frame of 255 I get the following warning and do not know how to proceed.
Thanks!
Error in py_call_impl(callable, call_args$unnamed, call_args$named) :
IndexError: tuple index out of range
Run reticulate::py_last_error() for details.
8.
stop(structure(list(message = "IndexError: tuple index out of range\n\033[90mRun \033]8;;rstudio:run:reticulate::py_last_error()\areticulate::py_last_error()\033]8;;\a for details.\033[39m",
call = py_call_impl(callable, call_args$unnamed, call_args$named)), class = c("python.builtin.IndexError",
"python.builtin.LookupError", "python.builtin.Exception", "python.builtin.BaseException",
"python.builtin.object", "error", "condition"), py_object =
Hi @cascadianaturalist,
could you please show your code?