| sparrowdata {lmf} | R Documentation |
House Sparrow data set
Description
A data set on a wild population of house sparrow Passer domesticus.
Usage
data(sparrowdata)
Format
A data frame with 116 observations on the following 7 variables.
idunique individual identifier
yearthe year of breeding
agethe age of the individual
survivalequals 1 if the individual survives, otherwise 0
recruitsthe number of recruits produced, i.e. offspring that survives to the next breeding season
weightthe body mass of the individuals at fledgling, i.e. when the bird was ready to leave the nest
tarsthe tarsus length of the individuals at fledgling, i.e. when the bird was ready to leave the nest
Details
Further details on the data set is provided by Engen et al. 2012.
References
Engen, S., Saether, B.-E., Kvalnes, T. and Jensen, H. 2012. Estimating fluctuating selection in age-structured populations. Journal of Evolutionary Biology, 25, 1487-1499.
Examples
#Data set from Engen et al. 2012
data(sparrowdata)
#View data
str(sparrowdata)
head(sparrowdata, 10)