___________________________________________________________________
| |
| ROCM1 |
|_________________________________________________________________|
MEANING: NONMEM read-only common
CONTEXT: MIX routine
USAGE:
COMMON /ROCM1/ Y(NO),DATA(NO,3),NOBS
INTEGER NOBS
REAL DATA
(If double precision is to be used):
DOUBLE PRECISION Y
(If single precision is to be used):
REAL Y The value of NO must be the same as that found in file SIZES
(See sizes).
DISCUSSION:
This common changes values with each individual record. It may be
used by MIX.
It may be used by CONTR. L
Y(k)
DV data item on the kth data record of the individual record,
ignoring data records with MDV=1.
DATA(k,i)
The value of the ith type of data item specified in NM-TRAN's
$CONTR record, appearing on the kth observation record of the
individual record.
NOBS
Number of observations in the individual record.
REFERENCES: Guide IV Section III.B.4
Go to main index.
Created by nmhelp2html v. 1.0 written by Niclas Jonsson (Modified by AJB 5/2006,11/2007)