Page 1 of 1

nest survival model error with data

PostPosted: Tue Jun 12, 2018 5:46 pm
by tlyons4
Hi,
I'm having an issue getting a nest survival model to run. I keep getting an error telling me
Code: Select all
The character '2' was found in the encounter history.

 ERROR -- Encounter history must consist of only these characters: '10'


I double checked the inp file and the k l m & f , columns are in the correct order and there aren't any invalid combinations. What else did I probably screw up in the file?

here's a bit of what it looks like:
Code: Select all
/*PP025-09*/ 34 47 47 0 1 0 1 0 0 -11 1 1 0 0 0 0 0 0 0 0 3 ;
/*PP031-09*/ 62 74 74 0 1 0 1 0 0 -39 1 1 0 0 0 0 0 0 0 0 3 ;
/*PP023-12*/ 23 43 43 0 1 0 1 0 0 -19 1 0 0 0 1 0 0 0 0 0 0 ;
/*PP040-12*/ 37 58 58 0 1 0 1 0 0 -28 0 0 0 0 1 0 0 0 0 0 0 ;
/*PP041-12*/ 37 45 45 0 1 0 1 0 0 -14 0 0 0 0 1 0 0 0 0 0 0 ;
/*PP015-13*/ 28 49 49 0 1 0 1 0 0 -23 1 0 0 0 0 1 0 0 0 0 -1 ;
/*PP012-14*/ 20 27 36 1 1 0 1 0 0 -11 1 0 0 0 0 0 1 0 0 0 -2 ;


Are the k l m columns supposed to be 2 digits (i.e. 02 instead of 2)?

Re: nest survival model error with data

PostPosted: Tue Jun 12, 2018 6:44 pm
by gwhite
I suspect you left off the input line:
nest survival group=1;

Take a look at the Help file for more details.

Gary

Re: nest survival model error with data

PostPosted: Tue Jun 12, 2018 7:27 pm
by cooch
This is also noted in Chapter 17 (see for example, p. 6, top of the .inp shown in middle of the page), and it explicit in all the examples that accompany that chapter.

Re: nest survival model error with data

PostPosted: Tue Jun 12, 2018 7:36 pm
by tlyons4
Shoot, sorry. I forgot about that bit.