Hello,
I tried the control=list(method="pNewton") and the result were the same as without this in the ctmm.select.
For the OUF with homoscedastic error, I do not know how to do this.
And this telemetry error there is nothing I can do about it? If not I hope that the fact it appears on all my data will be biased the same way so there is no fake answer between the response variables.
I tried to do the akde 50:
plot(w.telem, UD=w.akde, level.UD=95)
summary(w.akde, level.UD=50)
w.telem is the telemetry and w.akde the akde of this telemetry.
The result I get for the plot:
Error in contour.default(kde$r, z = kde$CDF, levels = level, labels = labels, :
valeurs de contours NA incorrectes
And the result I get for the summary
> summary(w.akde, level.UD=50)
$DOF
area bandwidth
269.2061 331.3189
$CI
low ML high
area (hectares) 21.55809 24.3842 27.38184
(which is 5x larger than the summary without level whereas I thought 50% was supposed to be smaller than the 95%)
Thank you for your time,
Benoît