Skip to contents

This dataset, DogsLife_df, is a data frame containing life history information for various dog breeds. The dataset includes 73 observations and 5 variables, covering breed, average weight, litter size, birth weight, and lifespan. All values are preserved as in the original source, with no modifications.

Usage

data(DogsLife_df)

Format

A data frame with 73 observations and 5 variables:

Breed

Name of the dog breed (character)

Weight

Average weight of the breed (numeric)

LitterSize

Average litter size (numeric)

BirthWeight

Average birth weight (numeric)

Lifespan

Average lifespan in years (numeric)

Source

Data taken from the SRMData package version 1.0.2

Details

The dataset name has been kept as 'DogsLife_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.