SurvEles_small: A subset of the dataset for elephant survival

Description Format Note References See Also Examples

Description

This dataset contains 100 rows of the 83026 ones used in the real analysis. Unfortunately, we cannot share the original data due to property restriction. The subset can be used to test all our functions. It has the same structure as the complete dataset we used (see example below).

Format

A dataframe with 100 elephant year observations.

Note

See ElesAll for the processed dataset containing information on all individuals from the complete dataset.

References

This study.

See Also

ElesAll, ElesCaptured

Examples

1
2
3
4
5
6
7
## Basic information about the data:
head(SurvEles_small)
str(SurvEles_small)
nrow(SurvEles_small)

## Number of observations in each sex:
table(SurvEles_small$Sex)

courtiol/SileR documentation built on May 16, 2020, 8:10 p.m.