tumor_response_examples | R Documentation |
Example datasets demonstrating different scenarios for tumor response analysis
tumor_response_examples
A list containing 4 data frames:
Raw tumor measurements with time points (20 obs. of 3 variables)
Pre-calculated response percentages with time (20 obs. of 3 variables)
Pre-calculated response percentages without time (10 obs. of 2 variables)
Each dataset represents a different scenario:
raw_with_time: Longitudinal raw measurements
percent_with_time: Longitudinal percentage changes
percent_no_time: Single timepoint percentage changes
data(tumor_response_examples)
head(tumor_response_examples$raw_with_time)
head(tumor_response_examples$percent_no_time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.