Owls: Begging by owl nestlings

Description Usage Format Note Source References Examples

Description

Begging by owl nestlings

Usage

1

Format

The Owls data set is a data frame with 599 observations on the following variables:

Nest

a factor describing individual nest locations

FoodTreatment

(factor) food treatment: Deprived or Satiated

SexParent

(factor) sex of provisioning parent: Female or Male

ArrivalTime

a numeric vector

SiblingNegotiation

a numeric vector

BroodSize

brood size

NegPerChick

number of negotations per chick

For convenience in testing methods, several pre-fitted models are provided:

Note

Access to data kindly provided by Alain Zuur

Source

Roulin, A. and L. Bersier. 2007. Nestling barn owls beg more intensely in the presence of their mother than in the presence of their father. Animal Behaviour 74:1099-1106. http://www.sciencedirect.com/science/article/B6W9W-4PK8B6H-8/2/e43cfbaad4dc0bb2207adfc54a460c89; http://www.highstat.com/Book2/ZuurDataMixedModelling.zip

References

Zuur, A. F., E. N. Ieno, N. J. Walker, A. A. Saveliev, and G. M. Smith. 2009. Mixed Effects Models and Extensions in Ecology with R. Springer.

Examples

1
2
3
4
5
6
7
8
data(Owls)
library(lattice)
bwplot(reorder(Nest,NegPerChick)~NegPerChick|FoodTreatment:SexParent,
data=Owls)
dotplot(reorder(Nest,NegPerChick)~NegPerChick|FoodTreatment:SexParent,
data=Owls)
getdata("OwlModel")
summary(OwlModel)

bbolker/glmmadmb documentation built on May 11, 2019, 9:29 p.m.