waterfallClass: Treatment Response Analysis

waterfallClassR Documentation

Treatment Response Analysis

Description

Creates waterfall and spider plots to visualize tumor response data following RECIST criteria

Value

A list containing plot object and summary statistics

Super classes

jmvcore::Analysis -> ClinicoPath::waterfallBase -> waterfallClass

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
waterfallClass$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

data <- data.frame(
  PatientID = paste0("PT", 1:10),
  Response = c(-100, -45, -30, -20, -10, 0, 10, 20, 30, 40),
  Time = c(1,2,3,4,5,6,7,8,9,10)
)
waterfall(data, "PatientID", "Response", "Time")

sbalci/ClinicoPathJamoviModule documentation built on Feb. 25, 2025, 6:34 a.m.