treatmentResponse | R Documentation |
A simulated dataset representing patient responses to cancer treatment. It includes patient identifiers and a numeric value indicating treatment response, likely as a percentage change in tumor size or a similar metric. The data object loaded will be named 'treatmentResponse'.
data(treatmentResponse)
A data frame with 250 rows and 2 variables:
Character. Unique patient identifier (e.g., "PT0001").
Numeric. A numeric value representing the treatment response. This could be a percentage change from baseline, where negative values typically indicate tumor shrinkage and positive values indicate tumor growth.
data(treatmentResponse)
str(treatmentResponse)
head(treatmentResponse)
summary(treatmentResponse$ResponseValue)
hist(treatmentResponse$ResponseValue, main="Histogram of Treatment Response")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.