histpos.t
builds the matrix of observable capture histories in terms of captures and misses for a capture-recapture experiment with t
capture occasions.
histpos.0
builds the matrix of observable capture histories in terms of number of captures for each primary period of a robust design with vt
capture occasions.histpos.t(t)
histpos.0(vt)
histpos.t
gives a $2^t-1$ by $t$ matrix with rows representing capture histories. This matrix contains only zeros and ones.
histpos.0
gives a $(t_1+1)\times(t_2+1)\times \ldots \times(t_I+1)-1$ by $I$ matrix with rows representing possible capture histories in terms of number of captures. This matrix elements are integers between 0 and $t_i$ inclusively.histfreq.t
, histfreq.0
, descriptive
histpos.t(5)
histpos.0(rep(5,3))
Run the code above in your browser using DataLab