Questions about Automatic Changes
BLOCK statements
- When I type
BLOCK(3) in an$OMEGArecord it changes toBLOCK(1). I need it to beBLOCK(3).
Emacs Speaks NONMEM numbers BLOCK estimates automatically, so just keep typing
the OMEGA block it will change as you add estimates. For example
$OMEGA BLOCK(1) 1 ; 1 - First Eta
Will change BLOCK(1) to BLOCK(2) two when entering the "3" initial estimate below:
$OMEGA BLOCK(2) 1 ; 1 - First Eta 2 3
Continuing this behavior will eventually give you the BLOCK you need:
$OMEGA BLOCK(3) 1 ; 1 - First Eta 2 3 ; 2 - Second Edta 4 5 6 ; 3 - Third Eta
