Re: question for absorption modeling
From: Justin Wilkins justin.wilkins@farmbio.uu.se
Subject: Re: [NMusers] question for absorption modeling
Date: Mon, 07 Nov 2005 10:42:58 +0100
Hi there,
I don't think there'll be any problem using the library routines for this. Specifying RATE=-2
indicates that the durations (as opposed to rates) of zero-order bolus doses will be calculated
by PK. For ADVAN2/TRANS2 you might use a data file structure similar to the following example:
#ID RATE TIME DV MDV AMT EVID
1 -2 0 0 1 600 1
1 0 1.55 3.98 0 0 0
1 0 3.13 4.32 0 0 0
1 0 4.78 3.22 0 0 0
2 -2 0 0 1 600 1
2 0 3.18 0.55 0 0 0
2 0 4.48 3.62 0 0 0
... and so on.
You would specify the D1 (duration of zero order infusion) parameter in the model
specification file, similarly to the below (while retaining KA):
TVCL = THETA(1) ; CL
CL = TVCL*EXP(ETA(1)) ; CL
TVV = THETA(2) ; V2
V = TVV*EXP(ETA(2)) ; V2
TVKA = THETA(3) ; KA
KA = TVKA*EXP(ETA(3)) ; KA
TVD1 = THETA(4) ; D1
D1 = TVD1*EXP(ETA(4)) ; D1
Another option to consider when dealing with awkward absorption and associated lag times
might be the transit compartment model - it's still in manuscript but a broad outline
was presented at PAGE 2004:
PAGE 13 (2004) Abstr 513 [www.page-meeting.org/?abstract=513]
Best regards
Justin
_______________________________________________________