horse_colic_surgery_df | R Documentation |
This dataset, horse_colic_surgery_df, is a data frame containing clinical observations of horses with colic, where the primary task is to determine if the lesion requires surgery. The data consists of 300 cases with 31 clinical variables, modified from the original UCI repository version with adjusted factor levels.
data(horse_colic_surgery_df)
A data frame with 300 observations and 31 variables:
Factor with 2 levels indicating surgical requirement
Factor with 1 level (age group)
Integer hospital identifier
Numeric rectal temperature
Numeric pulse rate
Numeric respiratory rate
Factor with 4 levels (temperature extremes)
Factor with 4 levels (peripheral pulse)
Factor with 3 levels (capillary refill time)
Numeric pain score
Numeric peristalsis measure
Numeric distension score
Numeric tube measure
Numeric reflux quantity
Numeric reflux pH
Numeric exam result
Numeric abdomen assessment
Numeric cell volume
Numeric protein level
Numeric appearance score
Numeric protein measure
Factor with 3 levels (outcome status)
Factor with 2 levels (lesion type)
Factor with 60 levels (primary lesion type)
Integer secondary lesion code
Integer tertiary lesion code
Factor with 2 levels (CP data)
Ordered factor with 4 levels (temperature)
Numeric temperature measure
Factor with 6 levels (membrane color)
Factor with 5 levels (membrane group)
The dataset name has been kept as 'horse_colic_surgery_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the DigestiveDataSets 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 beyond factor level adjustments.
Data taken from the VIM package version 6.2.2 (originally from UCI repository).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.