Mike,
You could use a MIXTURE model to determine of the 1-hour nominal time point=
is before or after the infusion.
$PK
CALLFL=1
EST=MIXEST
IF (MIXNUM.EQ.2) THEN
D1 = THETA(1)
ELSE
D1=THETA(2)
ENDIF
...
$MIX
P(1)=THETA(3)
P(2)=1.-THETA(3)
NSPOP=2
...
$THETA (0.9 FIXED) ; Duration of Infusion for Population #1
(1.1 FIXED) ; Duration of Infusion for Population #2
(0 0.5 1) ; Proportion of Population having sampled in infusion phase.
From: owner-nmusers
Behalf Of mdkzone
Sent: Thursday, June 02, 2011 10:45 AM
To: nmusers
Subject: [NMusers] Modeling concentration data with imprecise sampling time
All:
I have a data set following a constant rate 1-hour infusion where the ti=
me of 1-hour sample is imprecise. In some cases the "1-hr" sample was take=
n prior to infusion termination as it was intended; however, in others it w=
as quite apparently take after the infusion ended. I'm thinking of modelin=
g with the time of the "1-hr" sample as a "theta". Does anyone have a NONM=
EM coding example showing how to do this? Any other suggestions as to how =
to handle this would be appreciated as well.
Thanks,
Michael
________________________________
This e-mail (including any attachments) is confidential and may be legally =
privileged. If you are not an intended recipient or an authorized represent=
ative of an intended recipient, you are prohibited from using, copying or d=
istributing the information in this e-mail or its attachments. If you have =
received this e-mail in error, please notify the sender immediately by retu=
rn e-mail and delete all copies of this message and any attachments.
Thank you.
Received on Thu Jun 02 2011 - 12:10:41 EDT