histfreq.t is used for the $2^t-1$ observable capture histories genereted by histpos.t in terms of captures and misses for each of the $t$ capture occasions.
histfreq.0 is used for observable capture histories genereted by histpos.0 in terms of the numbers of captures in the primary periods of a robust design with vt capture occasions.histfreq.t(X, dfreq=FALSE)
histfreq.0(X, dfreq=FALSE, vt)X. By default, it is set to FALSE, which means that X has one row per unit. If it is set to TRUE, then the matrix X contains frequencies in its last column.histfreq.t returns a vector of frequencies for the $2^t - 1$ or $2^{\mbox{sum(vt)}}-1$ capture histories ordered as in histpos.t.
histfreq.0 returns a vector of frequencies for the $(t_1+1)\times(t_2+1)\times \cdots \times(t_I+1)-1$ capture histories ordered as in histpos.0 .histpos.t, histpos.0, descriptivedata(mvole)
period3<-mvole[,11:15]
histfreq.t(period3)
histfreq.0(mvole[,1:15],vt=rep(5,3))Run the code above in your browser using DataLab