A simple way to have NONMEM ignore records is to comment them out of your dataset as follows:
Include a column, typically at the start of the dataset, called C. Then, for those records you wish to exclude, place 'C' in this column. In the control stream, you then specify this column in your $INPUT statement and instruct NONMEM to ignore those records where you have place a 'C' in the column C - you do this using the IGNORE= option within the $DATA statement. See example: $INPUT C ID SUBJ TRT DAT1=DROP TIME AMT EVID MDV SS II DV $DATA dataset.csv IGNORE=C Regards, Colm -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of German Erlenkamp Sent: 02 June 2009 09:51 To: [email protected] Subject: [NMusers] Problems with IGNORE Dear NMUSERS, I want to ignore several lines in my dataset. I've tried to do this in this way: IGNORE=(ID.EQ.108.AND.CMT.EQ.3) In this case I'll receive an error message like: An ERROR was found in the control statements. An ERROR was fond on line 16 ot the approxiamte position noted: IGNORE=(ID.EQ.108.AND.CMT.EQ.3) X The characters in ERROR are: IGNORE 52 Can someone tell me how to ignore more than one? Thanks in advance. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 ICON plc made the following annotations. ------------------------------------------------------------------------------ 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 plc can arrange for proper delivery, and then please delete the message. Thank You, ICON plc South County Business Park Leopardstown Dublin 18 Ireland Registered number: 145835
