children_respiratory_rates_df | R Documentation |
This dataset, children_respiratory_rates_df, is a data frame containing respiratory rate measurements from 618 Italian children aged between 15 days and 3 years, collected to establish normal respiratory rate distributions for clinical assessment.
data(children_respiratory_rates_df)
A data frame with 618 observations and 2 variables:
Child's age in days (numeric vector)
Respiratory rate in breaths per minute (integer vector)
The dataset name has been kept as 'children_respiratory_rates_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the PulmoDataSets 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 in any way.
Data taken from the Sleuth3 package version 1.0-6
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.