Example datasets demonstrating different scenarios for tumor response analysis
A list containing 4 data frames:
- raw_with_time
Raw tumor measurements with time points (20 obs. of 3 variables)
- percent_with_time
Pre-calculated response percentages with time (20 obs. of 3 variables)
- percent_no_time
Pre-calculated response percentages without time (10 obs. of 2 variables)
Details
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
Examples
data(tumor_response_examples)
#> Warning: data set ‘tumor_response_examples’ not found
head(tumor_response_examples$raw_with_time)
#> Error: object 'tumor_response_examples' not found
head(tumor_response_examples$percent_no_time)
#> Error: object 'tumor_response_examples' not found