bleeding_ulcers_df | R Documentation |
This dataset, bleeding_ulcers_df, is a data frame containing data from 40 experiments designed to compare a new surgery for stomach ulcer with an older surgery.
data(bleeding_ulcers_df)
A data frame with 80 observations and 9 variables:
Factor indicating the author of the study (20 levels)
Integer indicating the year of the study
Integer representing the quality score of the experiment
Integer indicating the age of the patients
Integer indicating the number of recurrent bleeds
Integer indicating the total number of patients
Integer indicating bleeding events
Factor indicating treatment type (6 levels)
Factor representing the experiment table (40 levels)
The dataset name has been kept as 'bleeding_ulcers_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.
Data taken from the SMPracticals package version 1.4-3.1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.