___________________________________________________________________
| |
| PROCM2 |
|_________________________________________________________________|
MEANING: PREDPP read-only common
CONTEXT: User-supplied PK, DES, AES routines
USAGE:
COMMON /PROCM2/ DOSTIM,DDOST,D2DOST
DIMENSION DDOST(LVR),D2DOST(LVR,LVR)
(If double precision is to be used):
DOUBLE PRECISION DOSTIM,DDOST,D2DOST
(If single precision is to be used):
REAL DOSTIM DDOST D2DOST
The value of LVR must be the same as that found in file SIZES
(See sizes).
DISCUSSION:
DOSTIM
DOSTIM=0: this call to PK occurs at an event time. DDOST,
D2DOST, and DOSREC contain zeros.
DOSTIM>0: this call to PK occurs at a non-event dose time DOSTIM,
i.e., at the time of an additional or lagged dose. DDOST,
D2DOST, and DOSREC contain values of interest. (See procm3).
DDOST
DDOST(i) = Partial derivative of DOSTIM with respect to eta(i).
D2DOST
D2DOST(i,j) = Second partial derivative of DOSTIM with respect to
eta(i), eta(j) (lower-triangular; j=1, ..., i).
When DOSTIM>0, TIME and all user (concomitant) data items in EVTREC
are from the next event record. All other NONMEM/PREDPP reserved data
items are from the initiating dose event record. (The $BIND record
may be used to override this; (See bind)
REFERENCES: Guide VI Section III.I
Go to main index.
Created by nmhelp2html v. 1.0 written by Niclas Jonsson (Modified by AJB 5/2006,11/2007)