Inter-occasion variability
Usually random effects ETA are used to describe inter-individual
variability (IIV). This is however sometimes not fine-grained enough for
sources of uncertainties. For example, in a crossover design for
bioequivalence studies, one needs to consider
possible PK parameters variations due to different drug
formulations. In this case, one may consider
the time period corresponding to different formulations as
different "occasions". This can be modeled by designating one ETA
for one occasion, similar to one ETA for one subject in handling
IIV. In this sense, inter-occasion variability (IOV) sits between IIV
and intra-individual variability: it can vary within an individual,
but remain the same on multiple observations within a given occasion.
Since IOV modeling uses a special type of ETA, we can simply use an
OCC data item as flag to make selections, e.g.
|
|
and use OCC to select ETA like below (assuming IOV in CL).
|
|
Here ETA(1) and ETA(2) are for IIV, and ETA(3) to ETA(5) are
for IOV. We use IF conditional to create flags to select
random effect variable for CL: ETA(3) when OCC==1, ETA(4) when
OCC==2, and ETA(5) when OCC==3.
NM73+ provides a syntatic sugar _ to imply that
OCC_CL uses data item OCC as mask to select ETA's. Then the
above IOV encoding can be simplified, without the FLAG variables
("examples/example7r").
|
|
Lines
|
|
indicate that ETA(OCC_CL) will be ETA(3), ETA(4), ETA(5), when
OCC=1, OCC=2, OCC=3, respectively. Also note that the
corresponding \(\Omega(3,3)\), \(\Omega(4,4)\), and \(\Omega(5,5)\)
all have initial value 0.1, specified using the SAME modifier.