I have seen on previous posts regarding AIC and estimates when variance calculation failed [url]
viewtopic.php?f=36&t=2382[/url] I have data on mark recapture for 3 different sites, where I modelled g0 and sigma affected by sex, b, and h; here is my code
- Code: Select all
M0.welg<-secr.fit (welg.ch, model = g0~1, mask=mask.welg,CL=T, trace = FALSE)
Mb.welg<-secr.fit (welg.ch, model = g0~b,CL=T, mask=mask.welg, trace = TRUE, method = "Nelder-Mead")
Mh.welg<-secr.fit (welg.ch, model = g0~h2, mask=mask.welg,CL=T,trace = FALSE, details=list(hessian = "fdhess"))
Msex.welg<-secr.fit(welg.ch, model = g0~Sex, mask=mask.welg, CL=T, trace = FALSE)
Msex2.welg<-secr.fit(welg.ch, model = list(g0~Sex, sigma~Sex), mask=mask.welg, CL=T, trace = FALSE)
My question is as follows;
For one site, I get complete answers and estimates for all these models, while for the other 2 sites I get non-sense answers for both the heterogeneity (h) and behaviour (b) models (density estimates over milion etc). On these two sites it seems that the mark recapture data is not adequate for such an analysis. My question is how I report this or what do I do. I don’t think it is a maximisation problem, but rather a data problem.
Any suggestions and help will be welcome
Lourens