table the derivatives
Dear NMuser:
I am looking for a way to obtain the derivatives of F W.R.T ETA(n),for the
convenience of linerization,so-called in the paper”automated covariate model
building within NONMEM”.
I have tried to code the G array such as G(01,1) into the $PK block.Just as
follow:
$PK
DAO=G(01,1)
TVCL=THETA(1)
…….
And list the DAO into the table
$TABEL ID TIME DAO …….
But it does not work.
What could I do if I want to output the G(01,1) ?
Kind Regards:
Ye hongbo