treatmentResponse: Tumor Treatment Response Data

treatmentResponseR Documentation

Tumor Treatment Response Data

Description

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'.

Usage

data(treatmentResponse)

Format

A data frame with 250 rows and 2 variables:

PatientID

Character. Unique patient identifier (e.g., "PT0001").

ResponseValue

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.

Examples

data(treatmentResponse)
str(treatmentResponse)
head(treatmentResponse)
summary(treatmentResponse$ResponseValue)
hist(treatmentResponse$ResponseValue, main="Histogram of Treatment Response")

sbalci/ClinicoPathJamoviModule documentation built on June 13, 2025, 9:34 a.m.