I would like to compare home range estimates via auto-correlated kernel density estimation and uncorrelated KDE. I saw in your Methods pub that this is done using the akde() function with CTMM=ouf and CTMM=iid, respectively.
However when I run ctmm.select from some of my models I do not get an IID model. Is there a way to coerce ctmm.select to report IID? Also some of my individuals get IID as the ideal model...though with some warnings....
> summary(fitted.1)
dAICc DOF[mean]
OUF anisotropic 0.000000 23.90075
OU anisotropic 3.001458 22.10013
Also some of my individuals get IID as the ideal model...though with some warnings... I am assuming it is still fair to compare between IID and OUF but with the assumption that IID is better for this indivdual?
> fitted.2 <- ctmm.select(AllTel[[2]], CTMM=GUESS, verbose=TRUE)
Warning messages:
1: In cov.loglike(hess, grad) : MLE is near a boundary or optim failed.
2: In cov.loglike(hess, grad) : MLE is near a boundary or optim failed.
3: In cov.loglike(hess, grad) : MLE is near a boundary or optim failed.
> summary(fitted.2)
dAICc DOF[mean]
IID anisotropic 0.000000 56
OU anisotropic 2.149495 56
OUF anisotropic 4.380103 56
OU isotropic 14.468870 56
Also if I wanted to compare across individuals for home range size is it fair to compare across individuals that may using different model types (i.e. OUF vs OU vs IID)?