From a253e9faa84d5c7e366bed67bc6bcb546dfa5b3c Mon Sep 17 00:00:00 2001 From: Kiranmayi Vedantham <85046967+kiranmayi3595@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:23:25 -0400 Subject: [PATCH] Spacing adjusted --- inst/modeldb/therapeuticArea/oncology/tgi_sat_genLogistic.R | 1 - 1 file changed, 1 deletion(-) 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)