- Code: Select all
1 2 3 4 5 6 7
1 2 3 4 5 6
1 2 3 4 5
1 2 3 4
1 2 3
the same parameter will correspond to fishes from different cohorts which will have different ages because of the unequal sampling intervals.
Can I overcome this by using a different indivudual co-variate for each time period that is the age (days) for each indivdual at the start of that time period?
From reading the section in CH12 of the gentle introduction that deals with this I think I could impliment this as follows:
Start with the time varying pim
- Code: Select all
1 2 3 4 5 6
2 3 4 5 6
3 4 5 6
4 5 6
5 6
6
Then in the DM
- Code: Select all
1 Var1
1 Var2
1 Var3
1 Var4
1 Var5
1 Var6
and this would yeild the linear model:
Logit(phi)=beta0 + beta1(starting age)