RE: Simulation (patient) number
From: "Gastonguay, Marc" - marc.gastonguay@snet.net
Subject: RE: [NMusers] Simulation (patient) number
Date: 1/2/2004 8:19 AM
Paul,
I assume that your simulation input data set is a template for dosing &
sampling records for one individual only. You are then using SUBPROBLEMS=100
on $SIM to generate 100 replicates (individuals).
You can insert the following code somewhere in $PRED or $ERROR (if using
PREDPP), where SID is a user-defined variable for subject ID:
SID=IREP
Then include SID on $TABLE. IREP is a variable that keeps track of the
subproblem number starting at 1 to the total number of subproblems. Thus,
SID will range from 1 to 100, with a different value for each simulation
replicate of the input data set.
Hope this helps.
Marc