bmRECIST: compute mRECIST for a batch Computes the mRECIST for a batch.

View source: R/mRECIST.R

bmRECISTR Documentation

compute mRECIST for a batch Computes the mRECIST for a batch.

Description

compute mRECIST for a batch Computes the mRECIST for a batch.

Usage

bmRECIST(
  contr.time = NULL,
  contr.volume = NULL,
  treat.time = NULL,
  treat.volume = NULL,
  min.time = 10
)

Arguments

contr.time

Time vector for control.

contr.volume

Volume vector for control.

treat.time

Time vector for treatment.

treat.volume

Volume vector for treatment.

min.time

Minimum time after which tumor volume will be considered.

Value

Returns batch response object.

Examples

contr.time <- treat.time  <- c(0, 3, 7, 11, 18, 22, 26, 30, 32, 35)
contr.volume<- contr.time * tan(60*pi/180)
treat.volume<- treat.time * tan(15*pi/180)
bmr <- bmRECIST(contr.time, contr.volume, treat.time, treat.volume)
print(bmr)

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