Program nest_abundV1.x

This program computes estimates of parameters described in:

Péron, G., J. Walker, J. Rotella, and J.D. Nichols, Beyond Survival: Abundance Estimation for Nest Studies (in prep.)

Abstract

A recurrent issue in studies of bird fecundity is that nests are difficult to find. Hatching success and fledging success can be inferred from detected nests, but the total number of offspring per unit of habitat remains unknown. Here we develop a capture-recapture approach to the issue that deals with imperfect detection probability as well aswith the impact of environmental and individual covariates on nest fate. We tailor the approach to the estimation of duck productivity in the Prairie Pothole Region of North and South Dakota. In this study case, we use the age of the nests at first detection (estimated by the candling method) to make inference about detection probability. We describe the maximum likelihood estimation of the total number of nests on the study plots. We find that nesting stage (egg-laying or incubation) markedly influences both survival and detection probabilities, probably because hens often do not attend nests when they are not incubating. 6%of the nests were missed by the field crews during surveys, or failed before the nearest survey, or were initiated after the last survey. This proportion is expected to be larger in less intense, more typical sampling designs.

nest_abundV1.x was written for a specific dataset, but may be used for any similar dataset with similar covariates.

Requirements:

Program operation

Model names

Model names in this program follow the convention used in other animal estimation software making it 'easy' to know the structure of a model from it's name. The models in the program contain two sets of parameters, one dealing with nest survival (Phi), and one dealing with detection probability (p). Each model name was generated by listing each of these two parameters followed by a list of covariates affecting each one in parentheses. For example, the model name, Phi(),p(), contains only two parameters which do not vary according to any covariates. The model, Phi(site),p(s), produces site-specific estimates of nest survival (one survival rate for each site), and stage-specific estimates of detection (stage is abbreviated as 's' in all models, and there are only 2 stages: egg-laying and incubation). Here is a full list of models and descriptions: