RELEASE

Computes estimates of survival and capture probability for capture-recapture experiments on open animal populations.

Run RELEASE online

You can enter an ASCII text file in the box below. The file should look like a RELEASE input file (eg:

proc title Example from Chapter 3.10;
proc chmatrix occasions=6 groups=4;
   glabel(1)=Treatment Group 1;
   glabel(2)=Treatment Group 2;
   glabel(3)=Treatment Group 3;
   glabel(4)=Control Group;
   lot=1;
   100000  656  685  719  549;
   100010  -38  -31  -29  -43;
   101000 -123 -108 -100 -115;
   100100  -76  -80  -68  -78;
   110000   56   43   47  128;
   100001  -23  -27  -18  -25;
   110100  -10   -7   -3  -15;
   111000  -11  -10   -9  -27;
   110010   -2   -7   -5  -13;
   110001   -5   -2   -2   -7;