Skip to contents

This dataset, Pph_df, provides data from an external control trial of treatments for post-partum hemorrhage. The dataset includes 802 observations and 17 variables, containing information on blood loss, treatment assignment, demographic characteristics, and educational background. Some observations contain missing values.

Usage

data(Pph_df)

Format

A data frame with 802 observations and 17 variables:

cum_blood_20m

Cumulative blood loss at 20 minutes (numeric)

tx

Treatment indicator (numeric)

age

Age of the participant (numeric)

no_educ

Indicator for no formal education (numeric)

...

Additional variables related to treatment and outcomes (numeric)

Source

Data taken from the causalOT package version 1.0.2

Details

The dataset name has been kept as 'Pph_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ForCausality 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.