Learn R Programming

CountsEPPM (version 3.1)

herons.case: Green-backed herons as two groups

Description

The data are the numbers of attempts at foraging by 20 adult and 20 immature green-backed herons. The data are listed as grouped (adult or immature) count data i.e. number of herons having a particular count value.

Usage

data("herons.case")

Arguments

Format

A data frame with 40 observations on the following 2 variables.

group

a factor with levels Adult Immature

number.attempts

a numeric vector

Examples

Run this code
data(herons.case)
print(herons.case)

Run the code above in your browser using DataLab