Hello all, I have what I hope will be an easy question. I am trying to produce a surface of coyote activity centers using fx.total() and I am getting an error that I can't figure out. here is the simple line of code that I have tried to run and the error it produces:
> fxsurface <- fx.total(foxs_null, sessnum=2)
Error in fx.total(foxs_null, sessnum = 2) : not for ms model
At first I thought that the "ms" might mean multisession, but you can see that I added in the sessnum argument and still got the error. Anyone know what this error is trying to tell me? Thanks!
Casey