group_data | R Documentation |
This function pools together individuals with the same encounter capture-recapture history.
group_data(X, effX)
X |
matrix of capture-recapture histories |
effX |
vector with numbers of individuals with that particular capture-recapture history |
matrix with grouped capture-recapture histories and counts in the last column
Olivier Gimenez <olivier.gimenez@cefe.cnrs.fr>, Roger Pradel, RĂ©mi Choquet
# Generate fake capture-recapture dataset X = matrix(round(runif(300)),nrow=100) freq=rep(1,100) cbind(X,freq) group_data(X,freq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.