diff --git a/inst/modeldb/therapeuticArea/oncology/tgi_sat_genLogistic.R b/inst/modeldb/therapeuticArea/oncology/tgi_sat_genLogistic.R index e6d88f0..ed565a3 100644 --- a/inst/modeldb/therapeuticArea/oncology/tgi_sat_genLogistic.R +++ b/inst/modeldb/therapeuticArea/oncology/tgi_sat_genLogistic.R @@ -24,7 +24,6 @@ tgi_sat_genLogistic <- function() { kel <- cl / vc tumorSize(0) <- ts0 - d/dt(depot) <- -ka*depot d/dt(central) <- ka*depot-kel*central d/dt(tumorSize) <- kge*tumorSize*(1-(tumorSize/tsmax)^gamma)