This dataset, naoh_digest_df, is a data frame containing digestibility coefficients for six horses that were fed straw. Each horse was tested under two conditions: once after being fed ordinary straw and once after being fed straw treated with sodium hydroxide (NaOH).
Usage
data(naoh_digest_df)
Format
A data frame with 6 observations and 3 variables:
- horse
Integer identifier for each horse
- ordinary
Numeric variable representing digestibility after consuming ordinary straw
- naoh
Numeric variable representing digestibility after consuming NaOH-treated straw
Details
The dataset name has been kept as 'naoh_digest_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the MedxR 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.