Hi,
I'm trying to redo a known fate analysis on several birds that were radiotagged a few years ago. Unfortunately my house burnt down and I lost the original analysis. I also have used MARK in several years, so this has been a bit of a re-learning process!
I think I've properly coded the encounter histories for the birds (although the format doesn't look quite right here - there is staggered entry). I have 3 covariates: sex (0=female, 1=male), max dispersal distance and release group (1=early, 0=late).
/*LS01*/ 101010101010101010101010101010100000101010101010001011000000000000000000000000000000000000000000000000000000000000 0 0 1;
/*LS02*/ 1010101010101010101010101010100000101000000000000000000000000000000000000000000000000000000000000000000000000000 0 0 1;
/*LS03*/ 101010101010101010100000101010101010001000100010101010101010000000000000000000000000000000000000000000 1 0 1;
/*LS04*/ 101010101010101010100000101010101010001000100010101010001000000000000000000000000000000000000000000000 1 0 1;
/*LS05*/ 101010101010101010100000101010101010001000100010101010101010000000000011000000000000000000000000000000 0 0 1;
/*LS08*/ 1010100000101010101010001000100011000000000000000000000000000000000000000000000000000000 0 0 1;
/*LS09*/ 1010100000101010101010001000100010101010100000000000000000000000000000000000000000000000 0 2.92 1;
/*LS10*/ 1010100000101010101010001000100010100000000000000000000000000000000000000000000000000000 1 0 1;
/*LS11*/ 1010100000101010101010001000100010101010101000000000000000000000000000000000000000000000 1 0 1;
/*LS12*/ 1010101010101010000000000000001000000000000000000000000000 1 0 0;
/*LS13*/ 1010000000000000000000000000001000000000000000000000000000 1 6.18 0;
/*LS14*/ 1010101010101010000000000000001000000000000000000000000000 1 0 0;
/*LS15*/ 1010100000000000000000000000001000000000000000000000000000 0 2.33 0;
/*LS16*/ 1010000010101000001000000000000000000000000000000000000000 0 8.75 0;
/*LS17*/ 1010000010101000000010000000000000000000000000000000000000 0 14.9 0;
/*LS18*/ 1010101010101010000000000000000000000000000000100000000000 0 1.9 0;
/*LS19*/ 101010000000100000001100000000000000000000 0 0.89 0;
/*LS20*/ 101010000000000000000000000000000000000000 0 0 0;
/*LS21*/10101010101010101010101010101010101010101010101010101010101010100000000000000000000000000000000000000000000000000000000000 1 2.97 1;
/*LS22*/10101010101010101010101010101010101010101010101010101000000000000000000000000000000000000000000000000000000000000000000000 1 5.26 1;
/*LS23*/10101010101010101010101010101010101010101000000000000000000000000000000000000000000000000000000000000000000000000000000000 1 4.63 1;
/*LS24*/ 1010101010101010101010101010101010000000000000000000000000000000000000000000000000000000000000000000000000000000000000 1 0 1;
/*LS25*/ 1010101010101010101010101010101010101010001010101010101010101000000000000000000000000000000000000000000000000000000000 0 4.09 1;
/*LS27*/ 1010101010101010101010101010101010101010101010101010101010101010101010101000000000000000000000000000000000000000000000 1 0 1;
/*LS28*/ 1010101010101010101010101011000000000000000000000000000000000000000000000000000000000000000000000000 0 8.92 1;
/*LS29*/ 1010101010101010101010000000000000000000000000000000000000000000000000000000000000000000000000000000 0 5.61 1;
/*LS30*/ 1010101010101010101010101011101010101010100000000000000000000000000000000000000000000000000000000000 0 0 1;
/*LS31*/ 10101010100000000000000000000000000000000000000000000000000000000000 0 8.61 0;
/*LS32*/ 10101010101010101010101010100000000000000000000000000000000000000000 0 0 0;
/*LS33*/ 10101010101010101010101010101010101010101010101011000000000000000000 1 0 0;
/*LS34*/ 10101010101010101010101010101010101010101010101010101000000000000000 1 0 0;
/*LS35*/ 10101010101010101010101010101000000000000000 1 1.98 0;
/*LS36*/ 10101010101010101010101010101010101010101010 0 1.37 0;
/*LS37*/ 10101010101100000000000000000000000000000000 0 0 0;
/*LS38*/ 10101010101010101010101010101000000000000000 1 0 0;
/*LS39*/ 101010101010101010101100000000000000000000 0 5.09 0;
/*LS40*/ 101010101010101100000000000000000000000000 1 4.73 0;
I'm trying to look at survival rates up to migration (when the birds are right-censored), but I can't seem to run even the most basic analysis without getting the same error: "ERROR -- Encounter history must only consist of these characters '10' Exit code (weird symbols)"
I've tried searching the forum and reading the book, but I'm not really sure what I've done wrong. Help!
Tara