mRECIST: Computes the mRECIST

View source: R/mRECIST.R

mRECISTR Documentation

Computes the mRECIST

Description

mRECIST Returns the mRECIST for given volume response.

Usage

mRECIST(time, volume, min.time = 10)

Arguments

time

Value of best response.

volume

Value of best average response.

min.time

Minimum time after which tumor volume will be considered.

Value

Returns the mRECIST.

Examples

time  <- c(0, 3, 7, 11, 18, 22, 26, 30, 32, 35)
volume<- c(250.8, 320.4, 402.3, 382.6, 384, 445.9, 460.2, 546.8, 554.3, 617.9)
mRECIST(time, volume, min.time=10, return.detail=FALSE)

bhklab/Xeva documentation built on Nov. 12, 2022, 5:38 a.m.