large CV
From:"Luciane Velasque"
Subject:[NMusers] large CV
Date:Tue, 5 Mar 2002 10:25:56 -0300
Hi !
I am modeling the population pharmacokinetics of didanosine. I have 72 voluntaries
who took one oral dose of 200 mg. Thirteen blood samples were obtained
in the times 0, 0.25, 0.5, 0.75, 1.0, 1.5, 2, 2.5, 3, 4, 6, 8 e 10 .
the CONTROL STATEMENTS is : ......
$SUBROUTINES ADVAN4 TRANS4
$PK
TVCL=THETA(1)
CL=TVCL*EXP(ETA(1))
TV2=THETA(2)
V2=TV2+ETA(2)
TVQ=THETA(3)
Q=TVQ*EXP(ETA(3))
TVV3=THETA(4)
V3=TVV3*EXP(ETA(4))
TKA=THETA(5)
KA=TVKA*EXP(ETA(5))
S2=V2
S3=V3
K=CL/V2
K23=Q/V2
K32=Q/V3
KA=KA
$ERROR
Y = F + F*ERR(1)
$THETA (0,120)(0,5)(0,30)(0,50)
$OMEGA 1 1 1 1
$SIGMA 1
$ESTIMATION MAXEVAL=9999 SIGDIGITS=2 POSTHOC
$COVARIANCE
The estimated OMEGA(V2) is very large and the CV = SQRT(OMEGA(V2))*100 = 1600 %.
Why is this happening ?
Thanks in advance.
Luciane