Dear Chris
I have been analysing all my tagging data
using ctmm. But it seems that when I use a variogram to check the fit of the
chosen model that the fit is terrible. It appears as though it is fitting a
model without the optimised GUESS parameters.
The figure below is the variogram.fit with the GUESS parameters (which I save, so I know the function is there).
I then perform the model selection based on the GUESStimates.
MGUESS <- ctmm.fit(B2058a,GUESS)
summary(MGUESS)
and create the FITZ object. Actually I have tried GUESS and MGUESS in the code below but the result is identical..
FITZ <- ctmm.select(B2058a, MGUESS, verbose = TRUE, level = 1)
summary(FITZ)
Then use a variogram to check that the ML process has selected the best model - this looks really bad
par(mfcol=1:2)
plot(SVF,CTMM=FITZ,col.CTMM=c("blue","red","purple"),fraction=0.65,level=0.5)
title("zoomed out")
plot(SVF,CTMM=FITZ,col.CTMM=c("red","purple","blue"),fraction=0.1,level=0.5)
title("zoomed in")
Can you please look at my script and tell me if I have got some of the syntax wrong……?
I have emailed my full script and data for this individual to you.
Thank you for your help.
Jill