RE: ETABAR p-value

From: Majid . Vakily Date: February 22, 2007 technical Source: mail-archive.com
Dear NONMEM user, I appreciate if someone provide me with suggestions regarding the problem indicated below: I have been trying to analyze PK data from a dosage form which releases it content in proximal and distal part of GI tract. Before fitting the model to my data, I tried to simulate the data. However, I am only getting a single pulse of a drug with a lag time corresponding to the ALAG2 (lag time for the second GI compartment). I am wondering if I have errors in my codes or the data file. Any recommendations greatly appreciated. My control stream and few lines from the input file are given below: Control Stream: ;Model Desc: ONE Compartment Model - Double INPUT ;Project Name: XXXX ;Project ID: NO PROJECT DESCRIPTION $PROB RUN# 1 YOUR TEXT $INPUT C ID CMT DAT=DROP DATE TIME DV AMT MDV EVID SS II $DATA POPPK_129V2.CSV IGNORE=C $SUBROUTINES ADVAN6 TOL=3 $MODEL COMP=(1) ;(DEPOT1, DEFDOSE) COMP=(2) ;(DEPOT2) COMP=(3) ;(CENTRAL,DEFOBS) $PK TVCL=THETA(1) CL=TVCL*EXP(ETA(1)) TVV=THETA(2) V=TVV*EXP(ETA(2)) TVKA1=THETA(3) KA1=TVKA1*EXP(ETA(3)) TVKA2=THETA(4) KA2=TVKA2*EXP(ETA(4)) TVF1=THETA(5) F1=TVF1 TVLT1=THETA(6) ALAG1=TVLT1*EXP(ETA(5)) TVLT2=THETA(7) ALAG2=TVLT2*EXP(ETA(6)) K30=CL/V IF (F1 .GT. 1) F1=0.999 IF (ALAG1 .LE.0) ALAG1=0 F2=1-F1 S3=V $DES RINA=KA1*A(1) RINB=KA2*A(2) C3=A(3)/V DADT(1)=-RINA DADT(2)=-RINB DADT(3)=RINA+RINB-K30*A(3) $ERROR DEL=0 IF (F.EQ.0) DEL=1 IPRED=F W=IPRED+DEL IRES=DV-IPRED IWRES=IRES/W Y=F+W*ERR(1)+ERR(2) $THETA 11000 ;[CL] 21000 ;[TVV] 1 ;[TVKA1] 0.5 ;[TVKA2] 0.25 FIXED ;[TVF1] 0.5 ;[TVLT1] 2.5 ;[TVLT2] $OMEGA 0 FIXED ;[ETACL] 0 FIXED ;[ETAV] 0 FIXED ;[ETAKA1] 0 FIXED ;[ETAKA2] 0 FIXED ;[ETALT1] 0 FIXED ;[ETALT2] $SIGMA 0 FIXED ;[ERR1] 0 FIXED ;[ERR2] ;$MSFI ;$EST MAXEVAL=9999 NSIG=3 MSF=1.msf PRINT=5 NOABORT METHOD=0 POSTHOC ;$COVARIANCE $SIMULATION ONLYSIM (9215690) $TABLE ID DATE DOSE TIME IPRED CL V KA1 KA2 F1 ALAG2 NOPRINT ONEHEADER FILE=1.TAB ;$TABLE ID CL VC Q VP KA IC50 NOPRINT ONEHEADER FILE=patab43 ;$TABLE ID AGE CRCL WT ALB NOPRINT ONEHEADER FILE=cotab1 ;$TABLE ID SEX NOPRINT ONEHEADER FILE=catab40 ;$TABLE ID TIME IPRED NOPRINT ONEHEADER FILE=sdtab43 INPUT File: Many Thank, Majid Vakily, Ph.D. Senior Research Investigator Department of Drug Metabolism & Pharmacokinetics Phone: (847) 582-2198 Fax; (847) 582-2388 The information contained in this communication is confidential and may constitute non-public and/or "inside" information. It is intended only for the use of the addressee and is the property of TAP Pharmaceutical Products Inc. Unauthorized use, disclosure, or copying of this communication, or any part thereof, is strictly prohibited and may be unlawful. If you received this communication in error, please notify me immediately by return e-mail and destroy this communication and all copies thereof, including all attachments. gifqnhA9BUJWy.gif Description: GIF image
Feb 20, 2007 Leonid Gibiansky ETABAR p-value
Feb 20, 2007 Mats Karlsson RE: ETABAR p-value
Feb 21, 2007 Lars Erichsen RE: ETABAR p-value
Feb 21, 2007 Mats Karlsson RE: ETABAR p-value
Feb 21, 2007 Serge Guzy RE: ETABAR p-value
Feb 22, 2007 Majid . Vakily RE: ETABAR p-value
Feb 23, 2007 Martin Bergstrand RE: ETABAR p-value