TGI: tumor growth inhibition (TGI) Computes the tumor growth...

View source: R/tgi.R

TGIR Documentation

tumor growth inhibition (TGI) Computes the tumor growth inhibition (TGI) between two time-volume curves

Description

tumor growth inhibition (TGI) Computes the tumor growth inhibition (TGI) between two time-volume curves

Usage

TGI(contr.volume, treat.volume)

Arguments

contr.volume

Volume vector for control

treat.volume

Volume vector for treatment

Value

Returns batch response object

Examples

contr.volume <- c(1.35, 6.57, 13.94, 20.39, 32.2, 39.26, 46.9, 53.91)
treat.volume <- c(0.4, 1.26, 2.59, 3.62, 5.77, 6.67, 7.47, 8.98, 9.29, 9.44)
TGI(contr.volume, treat.volume)


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