bmRECIST | R Documentation |
compute mRECIST for a batch Computes the mRECIST for a batch.
bmRECIST( contr.time = NULL, contr.volume = NULL, treat.time = NULL, treat.volume = NULL, min.time = 10 )
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. |
Returns batch response object.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.