pbc_mayo_survival_df | R Documentation |
This dataset, pbc_mayo_survival_df, is a data frame containing data from a randomized control trial conducted at Mayo Clinic from 1974 to 1984, studying the progression of primary biliary cirrhosis. The dataset includes both survival and longitudinal measurements with 1945 observations across 16 clinical variables.
data(pbc_mayo_survival_df)
A data frame with 1945 observations and 16 variables:
Integer patient identifier
Numeric time measurement
Numeric death indicator
Numeric observation time
Numeric serum bilirubin measurement
Numeric serum albumin measurement
Integer alkaline phosphatase level
Integer platelet count
Factor with 2 levels indicating treatment group
Numeric age in years
Factor with 2 levels indicating patient sex
Factor with 2 levels indicating presence of ascites
Factor with 2 levels indicating presence of hepatomegaly
Numeric start time for interval
Numeric stop time for interval
Numeric event indicator
The dataset name has been kept as 'pbc_mayo_survival_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.
Data taken from the JSM package version 1.0.1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.