Skip to contents

This dataset, Gorillas_df, is a data frame containing measurements related to chest-beating behavior in gorillas. The dataset includes 25 observations and 7 variables, covering physical measurements, focal time, age, sex, and number of chest beats. All values are preserved as in the original source, with no modifications.

Usage

data(Gorillas_df)

Format

A data frame with 25 observations and 7 variables:

BackBreadth

Back breadth measurement (numeric)

ChestBeatRate

Rate of chest beats (numeric)

FocalTime

Focal observation time (numeric)

Male

Sex of the individual (character)

NoChestBeats

Number of chest beats observed (integer)

Age

Age of the individual (numeric)

Age20

Indicator if age is above 20 (character)

Source

Data taken from the SRMData package version 1.0.2

Details

The dataset name has been kept as 'Gorillas_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the BioWorldR package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified.