This dataset, ugi_bleeding_df, is a data frame containing results from 27 studies examining the effectiveness of histamine H2 antagonists (cimetidine or ranitidine) in treating acute upper gastrointestinal hemorrhage, with 14 variables per study.
Usage
data(ugi_bleeding_df)
Format
A data frame with 27 observations and 14 variables:
- id
Integer study identifier
- trial
Character trial name/location
- year
Integer publication year
- ref
Integer reference number
- trt
Character treatment description
- ctrl
Character control description
- nti
Integer treatment group sample size
- b.xti
Integer treatment group bleeding events
- o.xti
Integer treatment group other events
- d.xti
Integer treatment group deaths
- nci
Integer control group sample size
- b.xci
Integer control group bleeding events
- o.xci
Integer control group other events
- d.xci
Integer control group deaths
Details
The dataset name has been kept as 'ugi_bleeding_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.