combined_data | R Documentation |
A simulated dataset that combines longitudinal patient data, potentially including clinical observations, biomarker measurements, and specific events over time. Suitable for analyses involving time-varying covariates or event history.
data(combined_data)
A data frame with 54 rows and 8 variables:
Character. Unique patient identifier.
Character. Type of data record (e.g., "Clinical", "Biomarker", "Treatment").
Integer. Start time for the observation or event interval.
Integer. End time for the observation or event interval.
Character. Patient's response status at a given time (e.g., "CR", "PR", "SD", "PD").
Logical. Indicates if the patient was on study at the time of the record (TRUE/FALSE).
Integer. Time at which a specific event occurred.
Character. Type of event recorded (e.g., "Adverse Event", "Progression", "Dose Change").
data(combined_data)
str(combined_data)
head(combined_data)
table(combined_data$data_type, combined_data$response_status)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.