RE: Sequential absorption processes with lag time

From: Vladimir Piotrovskij Date: October 15, 2001 technical Source: cognigencorp.com
From: "Piotrovskij, Vladimir [JanBe]" <VPIOTROV@janbe.jnj.com> Subject: RE: Sequential absorption processes with lag time Date: Mon, 15 Oct 2001 13:42:47 +0200 Konstantine, You can try the following control which implements the sequential zero-order -- first-order absorption with the lag time. $PROBLEM Delayed absorption $INPUT ID TIME AMT RATE CONC=DV $DATA nmd.txt $SUBROUTINES ADVAN2 TRANS2 $PK CL = THETA(1) * EXP(ETA(1)) V = THETA(2) * EXP(ETA(2)) D1 = THETA(3) * EXP(ETA(3)) KA = THETA(4) * EXP(ETA(4)) ALAG1 = THETA(5) * EXP(ETA(5)) S2 = V $ERROR CALLFL=0 IPRE = F Y = IPRE * EXP(ERR(1)) $THETA (0 3 10); 1 CL (1 100 ); 2 V (0 .5 5); 3 D1 (0 1 2); 4 KA (0 .5 1); 5 ALAG $OMEGA .1 .1 .1 .1 .1 1 2 3 4 5 $SIGMA .05 $EST MSFO=msf MAX=9990 PRINT=10 POSTHOC $COV $TABLE ID TIME AMT IPRE FILE=tab.txt NOPRINT ONEHEADER $TABLE ID CL V D1 ALAG1 AMT FILE=prm.txt NOPRINT ONEHEADER NOAPPEND FIRST An example of a (single-individual) data set is given below. It can be used for simulations (DV variable is dummy). Note RATE = -2 for the dose record to allow estimating zero-order absorption duration D1. 1 0 10 -2 0 1 0.1 0 0 1 1 0.2 0 0 1 1 0.5 0 0 1 1 1 0 0 1 1 2 0 0 1 1 4 0 0 1 1 8 0 0 1 1 16 0 0 1 1 24 0 0 1 1 48 0 0 1 Best regards, Vladimir ------------------------------------------------------------------------ Vladimir Piotrovsky, Ph.D. Research Fellow Advanced Modelling and Simulations Global Clinical Pharmacokinetics and Clinical Pharmacology (ext. 5463) Janssen Research Foundation B-2340 Beerse Belgium Email: vpiotrov@janbe.jnj.com
Oct 04, 2001 Kmanouil Sequential absorption processes with lag time
Oct 15, 2001 Vladimir Piotrovskij RE: Sequential absorption processes with lag time