VA_df | R Documentation |
The dataset name has been changed to 'VA_df' to avoid confusion with other datasets from packages in the R ecosystem and to follow the naming conventions of the 'MedDataSets' package. The suffix '_df' indicates that this dataset is a data frame, helping to distinguish it from other datasets within the package and from those in the broader R ecosystem. The original content of the dataset has not been modified in any way.
data(VA_df)
A data frame with 137 observations and 8 variables:
A numeric value representing the survival time (in days).
A numeric value indicating the status of the patient (1 if the patient died, 0 otherwise).
A factor indicating the treatment group (e.g., treatment A or B).
A numeric value representing the age of the patient (in years).
A numeric value representing the Karnofsky performance status score.
A numeric value indicating the time since diagnosis (in days).
A factor indicating the cell type of the lung cancer (with 4 possible levels).
A factor indicating prior treatment (yes/no).
This dataset contains data from the Veteran's Administration Lung Cancer Trial, which includes information on patients diagnosed with lung cancer, their treatment, and other relevant variables.
Data collected from the Veteran's Administration Lung Cancer Trial.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.