Skip to contents

This dataset, active_hepatitis_df, is a data frame containing information from a clinical trial of 44 patients with chronic active hepatitis. Patients were randomized to receive either the drug prednisolone or no treatment (control group).

Usage

data(active_hepatitis_df)

Format

A data frame with 44 observations and 3 variables:

treatment

Integer vector indicating treatment group: 1 for prednisolone, 0 for control

time

Integer vector representing the time to event or censoring (in days)

status

Integer vector indicating status: 1 for death, 0 for censored

Source

Data taken from the collett package version 0.1.0

Details

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