data(dipper.data)h1h2h3h4h5h6h7malesfemales dipper.males is a vector indicating male birds. I.e., dipper.males <- dipper.data\$males
dipper.histories is a matrix of just the capture history columns h1 - h7, extracted
from dipper.data and made into a matrix. This matrix can be fed directly into
one of the estimation routines, such as F.cjs.estim.
To access: After loading the MRA library (with library(mra)) you must
execute data(dipper.data), data(dipper.data), or data(dipper.males)
to get access to these data frames. They are not attached when the library is loaded.