Re: Any way to change the maximum input data item no.?

From: Mark Sale Date: August 11, 2005 technical Source: cognigencorp.com
From: mark.e.sale@gsk.com Subject: Re: [NMusers] Any way to change the maximum input data item no.? Date: Thu, 11 Aug 2005 12:03:41 -0400 Can be done in the same way. Try setting up the data file and the "extra data" file with a unique number for every observation or event, rather than every subject, them use that number for search the array, rather than the ID. You'll have to call PK with every observation or event (using CALLFL = -2 or -1), then call get_sub with every call to PK (as it is now). I don't know if NMTRAN/NONMEM would set CALLFL correctly, that is if it would look inside the verbatim code to see if PK must be called with every event, so I'd probably just go ahead and force a call to PK with every observation or event. I can't claim to understand the logic that NONMEM uses to decide when to call PK. Mark Sale M.D. Global Director, Research Modeling and Simulation GlaxoSmithKline 919-483-1808 Mobile 919-522-6668 _______________________________________________________
Aug 11, 2005 Mark Sale Re: Any way to change the maximum input data item no.?
Aug 11, 2005 Sam Liao Re: Any way to change the maximum input data item no.?
Aug 11, 2005 Sam Liao Re: Any way to change the maximum input data item no.?
Aug 11, 2005 Mark Sale Re: Any way to change the maximum input data item no.?