I've spent a fair amount of time searching through the forum postings and reading the "Gentle Introduction" book. Still having troubles so here it goes:
My data set consists of 2 groups of fish (river-released and reservoir-released) that were released during 3 years apiece (2008, 2009 and 2010 for river fish and 2007, 2009, and 2010 for reservoir fish). There are 3 capture locations including the release site, so the capture histories look like 100, 101, 111, etc. I'm interested in survival differences between the release site and the first monitoring location. I'm trying to figure out how to read the data in to test for interactions between the 2 groups and the years of the study.
Should I read the data in as follows with 6 groups (group*year):
101 1 0 0 0 0 0;
111 0 1 0 0 0 0;
or should year be used as a covariate?
Any advice would be appreciated.
Toby