Re: DV Simulation
From: "Ekaterina Gibiansky"
Subject: Re: [NMusers] DV Simulation
Date: Fri, 30 May 2003 10:31:55 -0400
Nick,
I get an error message from NMTRAN:
122 USE OF ETA IMPLIES POPULATION DATA, BUT OTHER INFO. IS NOT CONSISTENT
And that other info, as I understand (from having different wording in some runs or from the manual,
I do not remember), is absense of EPS in the ERROR block. The ERROR block was something of this kind:
Y = P5 ;P5 = P(Y=5)
IF (DV.EQ.4) Y = P4 ;P4 = P(Y=4)
IF (DV.EQ.3) Y = P3 ; etc
IF (DV.EQ.2) Y = P2
IF (DV.EQ.1) Y = P1
P1 - P5 were defined by PKPD through thetas and etas. The data file contained ID variable and population data.
Katya