I suspect there is not support for this but I'm working on importing a NONMEM file with something like this in it:
And then in the PK block there is something like this:
IF(COLNAME.LE.1) THEN
COM(1)=-1
COM(2)=-1
ENDIF
Which is giving me a parsing error:
:019: IF(NEWIND.LE.1) THEN
$PK syntax error:
:020: COM(1)=-1
^
$PK syntax error:
:021: COM(2)=-1
^
:021:
:022: ENDIF
I suspect there is not support for this but I'm working on importing a NONMEM file with something like this in it:
And then in the PK block there is something like this:
Which is giving me a parsing error: