BladderCancer_df | R Documentation |
This dataset, BladderCancer_df, is a data frame containing data on recurrences of bladder cancer. It is commonly used to demonstrate methodology for recurrent event modelling. The dataset includes information from 340 observations and 7 variables related to bladder cancer recurrences.
data(BladderCancer_df)
A data frame with 340 observations and 7 variables:
Patient identifier (integer).
Treatment received: 1 = thiotepa, 2 = placebo (numeric).
Number of recurrences (integer).
Size of the recurrence (integer).
Time at which the event or censoring occurred (integer).
Event status: 1 = recurrence, 0 = no recurrence or death (numeric).
Event enumeration (integer).
The dataset name has been kept as 'BladderCancer_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the OncoDataSets 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 survival package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.