Hello,
I am working on an analysis to assess the factors influencing wintering choice of spoonbills (and also subsequent wintering site fidelity). I am using a dataset of Spoonbills ringed in the Netherlands. As I am mainly interested in movements to and between wintering sites, I selected only birds that were observed at least once in the wintering area. I use 4 sites:
1 : Netherlands (birds are only ringed, and cannot be resighted anymore)
2 : France
3 : Iberia (Spain, Portugal, Marocco)
4 : Africa (Mauritania, Senegal)
In my data, survival in the Netherlands is 1, and movement probability from any site to the Netherlands is 0. I use the following design matrices:
Initial states:
* - - - (all birds are ringed in the Netherlands)
Transition matrices (divided up into a survival, fidelity and movement matrix, according to Grosbois & Tavecchia 2003, with minor adjustments)
Survival:
* - - - -
- s - - *
- - s - *
- - - s *
- - - - *
Survival in the Netherlands (prior to moving) is 1 (as all birds are at least once observed on their wintering site)
Fidelity:
* - - - - - - -
- f * - - - - -
- - - f * - - -
- - - - - f * -
- - - - - - - *
No birds are faithful to the Nethelands (they all move elsewhere to winter).
Movement:
- t t * -
- * - - -
- - t * -
- - * - -
- t - * -
- - - * -
- t * - -
- - - - *
The first row gives the probabilities of movements from the breeding to each wintering area; the other rows give probabilities of movements between wintering areas, given emigration.
No birds move back to the Netherlands (column 1 contains only 0's)
Event matrix:
* p - - -
* - p - -
* - - p -
* - - - p
* - - - -
Resighting probability in the Netherlands can be fixed either to 0 or to 1, this doesn’t matter, as movement probability to the Netherlands is already defined as being 0.
I have defined 3 age classes (age 1: between birth and 1st winter, age 2: between 1st and 2nd winter, age 3: everything after 2nd winter)
As a starting model, I am modelling constant survival, site * age variation in fidelity, and site.from*site.to variation in movement, and site variation in resighting probability.
I: i
S: i
F: f.a(2,3)
M: f
E: firste+nexte(1:3).f
My first question is: does this all seem OK?
Then I have two questions about how to proceed:
1) I want to incorporate an individual covariate in explaining movement from the breeding to the first wintering area: I have done this by changing M into:
f(1).to(2,3).[i + xind]+f(3,5,7)
I get a result, but in the output, the real parameters with their CI are not given anymore. I guess I have to calculate those myself (for a certain value of the individual covariate), but I don’t understand how the beta’s are listed (i.e., which beta’s I need to calculate the real parameters). Moreover, do I need to apply the Delta method to calculate the CI’s of the real parameters, using the var-cov matrix? Is there any reason why the real parameters are not calculated by default, for let’s say, the mean individual covariate value?
2) I want to incorporate the distance between the different sites in order to explain movements between sites (rather than modelling site.from*site.to to explain variation in movements). Is there any way to do this in E-Surge? I cannot find examples in the manual or the course material.
I hope you can help!
Kind regards,
Tamar Lok