active_hepatitis_df | R Documentation |
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).
data(active_hepatitis_df)
A data frame with 44 observations and 3 variables:
Integer vector indicating treatment group: 1 for prednisolone, 0 for control
Integer vector representing the time to event or censoring (in days)
Integer vector indicating status: 1 for death, 0 for censored
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.
Data taken from the collett package version 0.1.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.