SwissSquirrels {AHMbook}R Documentation

Data for Red Squirrels in Switzerland from the Swiss breeding bird survey MHB

Description

A file with detection/nondetection data for the Red Squirrel (Sciurus vulgaris) in 265 1 km2 survey quadrats in Switzerland for 2007, together with covariates (data for the two remaining among the total of 267 quadrats in that monitoring program were not available). See Examples for code to load the data.

Format

The file SwissSquirrels.txt is a tab-delimited text file with 265 rows and the following columns:

Source

Swiss Ornithological Institute

References

Kéry, M. & Royle, J.A. (2016) Applied Hierarchical Modeling in Ecology AHM1 - 10.9.

Examples

# To read in the text file
fn <- file.path(find.package("AHMbook"), "extdata", "SwissSquirrels.txt")
data <- read.table(fn, header = TRUE)
str(data)


[Package AHMbook version 0.2.9 Index]