NONMEM VI 1.0 Bug Alert
NONMEM Code
1. When YLO (see YLO example and NMPR12 Help Item in Guide VIII,
November 2006) is used in a multiproblem control stream only the first
problem executes correctly. The remaining problems do not generate
gradients for THETA's and EPS's.
Fix:
In INITL:
a) Locate the statement
COMMON /CM114/ IX1401(3)
and replace with
C CHANGED 12/2006
COMMON /CM114/ IX1401(2),MDV
b) Locate the statement
NOELS=0
and immediately below it add
C ADDED 12/2006
MDV=0
___________________________________________________
NMTRAN Code
1. An inappropriate error message may occur when categorical data are
simulated
using a $PRED block.
The message is: 583 Y MUST BE SET WHEN ONLYSIMULATION AND PREDICTION ARE
SPECIFIED.
FIX:
In MODELG:
Locate
C ADDED 11/2005
IF (NEDSIM.EQ.1.AND.SIMY.EQ.0.AND.SIMOBJ.EQ.1.AND.SIMPRD.EQ.9999)
X CALL ERRMSG(583,' ',1)
and replace with
C ADDED 11/2005, DELETED 12/2006
C IF (NEDSIM.EQ.1.AND.SIMY.EQ.0.AND.SIMOBJ.EQ.1.AND.SIMPRD.EQ.9999)
C X CALL ERRMSG(583,' ',1)
C
___________________________________________________________________________=
____________________________________________________________
This e-mail transmission may contain confidential or legally privileged =
information that is intended only for the individual or entity named in the=
=
e-mail address. If you
are not the intended recipient, you are hereby notified that any disclosure=
,=
copying, distribution, or reliance upon the contents of this e-mail is =
strictly prohibited.
If you have received this e-mail transmission in error, please reply to the=
=
sender, so that ICON can arrange for proper delivery, and then please
delete the message. Thank You.
Received on Fri Jan 05 2007 - 12:07:29 EST
This archive was generated by hypermail 2.2.0 : Tue Nov 06 2007 - 15:06:42 EST