Re: Too many PRED-generated items in $TABLE

From: Sam Liao Date: March 21, 2008 technical Source: mail-archive.com
Dear Sébastien: You may be able to avoid this problem in the second $TABLE by adding NOAPPEND option because it will not include DV, PRED, RES, WRES at the end of the record. Best regards, Sam Liao > Dear All, > > I am working on a PK model, that can be implemented using $PRED but requires the definition of many parameters. I need most of these parameters to be reported in the output table. Unfortunately, this is the recurrent error message that I get when I start the estimation: > > "AN ERROR WAS FOUND IN THE CONTROL STATEMENTS. > 314 MORE THAN 20 PRED-GENERATED ITEMS SPECIFIED FOR $TABLE, $SCAT." > > I have tried to split my list of parameters in one or two $TABLE statements (see below) but it does not change anything... > > $TABLE ID DOSE TIME DVID Y FAST CL V ALPH TK01 KA1 LAG1 KA2 KA3 ADLA > ONEHEADER NOPRINT > FILE=param.fit > $TABLE ID DOSE TIME DVID Y FAST ECL EV EALP ELA1 ETK1 ETB1 ETK2 ELA2 ETB2 > ETB3 ETB4 EADL ELA3 ETK3 ETB5 > ONEHEADER NOPRINT > FILE=eta.fit > > (ID, DOSE, TIME, DVID, and FAST are defined in the data file) > > I am using NONMEM 6 with the Wings for NONMEM interface (v 6.1.3). Any suggestion to report that many parameters would be welcome. > > Sebastien Bihorel > SUNY at Buffalo
Mar 21, 2008 Sébastien Bihorel Too many PRED-generated items in $TABLE
Mar 21, 2008 Sam Liao Re: Too many PRED-generated items in $TABLE
Mar 22, 2008 Alison Boeckmann Re: Too many PRED-generated items in $TABLE
Mar 22, 2008 Andrew Hooker RE: Too many PRED-generated items in $TABLE
Mar 25, 2008 Sébastien Bihorel Re: Too many PRED-generated items in $TABLE