Hello all,
First post on this forum, thank you all for any time you spend reading this post.
I have been struggling with known fate survival analysis using the MARK program for several months now. I feel as though there are some basic concepts that I just completely missed in the introduction book, but I have no idea how to fix them.
I am attempting to code encounter histories in a monthly interval, over the course of 6 months. as an example, the encounter history is like this:
101010101010
I have 65 individual encounter histories, all coded on individual lines.
Now, this analysis takes into account that there are 6 distinct "study areas" that the individual can belong to, and further, that there are 2 age groups (adult, juvenile), 2 genders (Male and Female) and 2 years of study(2013 and 2014).
I am attempting to code this in such a way that I can have it listed as groups. From all of the group variables listed above, I came up with 48 groups, 8 groups for each study area. groups as
"study area 1, adult, male, 2014",
"study area 1, adult, male, 2013",
"study area 1, adult, female, 2014",
"study area 1, adult, female, 2013",
"study area 1, juvenile, male 2014",
"study area 1, juvenile, male, 2013",
"study area 1, juvenile, female, 2014",
"study area 1, juvenile, female, 2013",
Then repeated these groups for each study area, to bring the total to 48 groups.
Each encounter history is followed by these 48 groups, with a 1 or 0 indicating that the individual belongs to it. So in other words, for each individual they will only have a single "1" designating which group they belong to.
After I did this, I loaded the inp file into MARK and began the tedious task of moving all of these boxes around in the PIM chart.
The simplest model was to just compare survival between years. So, I stacked all of the 2014 groups on the left, and all of the 2013 groups on the right. looks kind of like this:
X
X
X
X
X
X
X
Anyway, after comparing with a consultant who utilized the design matrix to run the analysis, my figures are way off. I asked for their dbf and fpt files to see how they used the design matrix, they replied "try it".....
well, I did try it, but I have no clue what I did wrong or where to even start. This message probably won't be very clear to the reader, so any information you need in order to help me will be provided ASAP. I am just struggling with this so much, and have no idea how to move forward.