bald_eagles {bayesrules}R Documentation

Bald Eagle Count Data

Description

Bald Eagle count data collected from the year 1981 to 2017, in late December, by birdwatchers in the Ontario, Canada area. The data was made available by the Bird Studies Canada website and distributed through the R for Data Science TidyTuesday project. A more complete data set with a larger selection of birds can be found in the bird_counts data in the bayesrules package.

Usage

bald_eagles

Format

A data frame with 37 rows and 5 variables. Each row represents Bald Eagle observations in the given year.

year

year of data collection

count

number of birds observed

hours

total person-hours of observation period

count_per_hour

count divided by hours

count_per_week

count_per_hour multiplied by 168 hours per week

Source

https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2019/2019-06-18/bird_counts.csv.


[Package bayesrules version 0.0.2 Index]