Multiple Data Sets

From: Alison Boeckmann Date: December 06, 1994 technical Source: phor.com
One can set up a multi-problem run in NONMEM, with multiple data sets. The control file looks something like the following: $PROBLEM title for first problem $DATA name of first data set $SUBROUTINES ... (or $PRED) $PK $ERROR $THETA, $OMEGA $SIGMA task specification records, eg., $ESTIM, $COV, $TABLE, $SCAT $PROBLEM title for second problem $DATA name of second data set $THETA, $OMEGA $SIGMA task specification records, eg., $ESTIM, $COV, $TABLE, $SCAT $PROBLEM title for third problem $DATA name of third data set $THETA, $OMEGA $SIGMA task specification records, eg., $ESTIM, $COV, $TABLE, $SCAT ... etc ... Note that $SUBROUTINES/$PK/$ERROR (or $PRED) cannot appear in subsequent problems.
Dec 05, 1994 Jia X Multiple Data Sets
Dec 06, 1994 Alison Boeckmann Multiple Data Sets