Obtain current estimation method index

2 messages 2 people Latest: Sep 12, 2012

Obtain current estimation method index

From: Sven Mensing Date: September 11, 2012 technical
Hello, when using multiple $ESTIMATION in a control stream, is there a possibility to obtain the current $EST index (counter for $EST methods) in the NONMEM code? Thanks Sven Mensing

RE: Obtain current estimation method index

From: Robert Bauer Date: September 12, 2012 technical
You may access the following: IEST_COUNTER, which is the estimation number for a given problem (it restarts to 1 on the next $PROB ITABLE, which continues incrementing on the next $PROB The fortran code for access is, if you are inserting in $PK or $ERROR for example: "FIRST " USE NMBAYES_INT, ONLY: IEST_COUNTER,ITABLE Robert J. Bauer, Ph.D. Vice President, Pharmacometrics, R&D ICON Development Solutions 7740 Milestone Parkway Suite 150 Hanover, MD 21076 Tel: (215) 616-6428 Mob: (925) 286-0769 Email: [email protected] Web: http://www.iconplc.com/
Quoted reply history
________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Sven Mensing Sent: Tuesday, September 11, 2012 4:43 PM To: [email protected] Subject: [NMusers] Obtain current estimation method index Hello, when using multiple $ESTIMATION in a control stream, is there a possibility to obtain the current $EST index (counter for $EST methods) in the NONMEM code? Thanks Sven Mensing