Hi there
I am having good success exploring fitting various hmmSSF models, however one function local_decoding() - which works fine in the archived manuscript code lodged on zenodo - is throwing an error?
states <- viterbi_decoding(mod = mod4) # works fine
head(states)
[1] 2 2 2 2 2 2
local_decoding(mod4) # throws error
Error: Not compatible with requested type: [type=NULL; target=double].
Hi there I am having good success exploring fitting various hmmSSF models, however one function local_decoding() - which works fine in the archived manuscript code lodged on zenodo - is throwing an error?
SSF model: ~step + log(step) + cos(angle) + cov1 mle low upp step.S1 -0.386 -0.410 -0.362 log(step).S1 0.302 0.189 0.415 cos(angle).S1 -0.066 -0.116 -0.015 cov1.S1 -3.404 -6.219 -0.590 step.S2 -0.102 -0.112 -0.092 log(step).S2 1.043 0.715 1.371 cos(angle).S2 2.409 2.127 2.692 cov1.S2 -3.476 -7.482 0.530
TPM model: ~1 S1 S2 S1 0.962 0.038 S2 0.160 0.840