NONMEM template control file syntax

There are some important syntax rules to following in the NONMEM template control file that make Pirana/PsN/Xpose work best together. These involve tags, parameters, and naming rules for output tables.

  ;; 1. Based on: 001.mod
  ; Ref. model:001.mod
  ; Ref:001.mod
  ; Parent=001.mod

  $THETA
  (3, 5, 11) ; CL/F
  (10, 50, 100) ; V/F

Note that Pirana reads these descriptions from the control file (and not from the output file). To be read correctly, covariance block need to be specified as:

  $OMEGA BLOCK(2) 0.1 ; IIV CL/F
  0.05 ; COV CL~V 0.1 ; IIV V/F

or as:

  $OMEGA BLOCK(3)
  0.1           ; IIV CL/F
  0.05 0.1      ; IIV V/F
  0.01 0.05 0.1 ; IIV KA

  ; INCLUDE=file1_to_be_copied.ext,file2_to_be_copied.ext, ...

Note that PsN has its own functionality for doing this.

sdtab: Standard output table that includes all time records, e.g.:
$TABLE ID TIME IPRED IWRES CWRES EVID MDV NPD NPDE NOPRINT
    ONEHEADER FILE=sdtab1
(Note the “1” affixed to the FILE=sdtab1 — this corresponds to the run number for the file.)

patab: Parameter table for model parameters, one record per parameter set per individual, e.g.:
$TABLE ID CL V KA TVCL TVV TVKA ETA1 ETA2 ETA3 NOPRINT ONEHEADER
    FILE=patab1
 

cotab: Continuous covariate table for continuous covariate variables, e.g.:
$TABLE ID WT AGE CLCR NOPRINT ONEHEADER FILE=cotab1 

catab: Categorical covariate table for categorical covariates, e.g.:
$TABLE ID SEX RACE FOOD NOPRINT ONEHEADER FILE=catab1 


Last modified date:12/17/20
Certara USA, Inc.
Legal Notice | Contact Certara
© 2020 Certara USA, Inc. All rights reserved.