data_percentage | R Documentation |
A dataset containing patient identifiers and their corresponding treatment response values, likely expressed as percentages.
data(data_percentage)
A data frame with 10 rows and 2 variables:
Character. Unique identifier for each patient.
Integer. The treatment response value, presumably a percentage (e.g., percent change in tumor size).
data(data_percentage)
str(data_percentage)
head(data_percentage)
summary(data_percentage$Response)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.