This dataset, Udca_df, contains data from a clinical trial of ursodeoxycholic acid (UDCA). The dataset includes 1,360 observations and 8 variables, covering treatment assignment, disease stage, bilirubin levels, risk scores, follow-up time, and outcomes. Some observations contain missing values.
Usage
data(Udca_df)Format
A data frame with 1,360 observations and 8 variables:
- id
Patient identifier (integer)
- trt
Treatment group (integer)
- stage
Disease stage (integer)
- bili
Bilirubin level (numeric)
- riskscore
Calculated risk score (numeric)
- futime
Follow-up time in days (numeric)
- status
Patient status indicator (numeric)
- endpoint
Endpoint description (character)
Details
The dataset name has been kept as 'Udca_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.
