Verbatim Code

From: Andre Jackson Date: January 08, 2024 technical Source: mail-archive.com
Hello: I am running a model using Perl Speaks Nonmem which runs ok and has good shrinkage. However, when I run the command with (-CWRES) I get the following error. AN ERROR WAS FOUND IN THE CONTROL STATEMENTS. 300 VERBATIM "LAST MUST BE AFTER LAST ABBREVIATED CODE I searched the archives but couldn't find an answer. I have my error block code listed. My suspicion is that may be where the problem may exist since the model does run ok. $ERROR IF(CMT.EQ.3) IPRED=A(3)/S3 W=SQRT((THETA(13)*F)**2+THETA(14)**2); equation var 2 proost1 CP=IPRED IRES=DV-IPRED IWRES=IRES/W Y=CP +CP*ERR(1)*W + ERR(2)
Jan 08, 2024 Andre Jackson Verbatim Code
Jan 08, 2024 Jeroen Elassaiss-Schaap Re: Verbatim Code
Jan 08, 2024 Jakob Ribbing Re: Verbatim Code