Learn R Programming

datana (version 1.1.0)

caribou: Caribou survival

Description

Caribou survival

Usage

caribou

Arguments

Format

Data frame con 91 filas y 3 columnas:

herd

Herd identifier.

wolf.density

Wolf density of the herd as wolf / 100 km².

alive

Caribou survival, 1 survives, 0 don't survive.

Examples

Run this code
data(caribou)
table(caribou$alive, caribou$herd)

Run the code above in your browser using DataLab