Simulation (patient) number

3 messages 2 people Latest: Jan 02, 2004

Simulation (patient) number

From: Paul Hutson Date: January 02, 2004 technical
From: Paul Hutson - prhutson@pharmacy.wisc.edu Subject: [NMusers] Simulation (patient) number Date: 1/2/2004 12:46 AM Happy New Year to all. I am performing some simultaneous simulations of concentration and effect for some PD modeling exercises. Can anyone offer some code to provide in the output table of the simulations the Patient ID numbers for the 100 hypothetical patients generated by the simulation run? As always, if this question proves stupid and/or the answer is trivial, this question was sent by the janitor using my office computer while I am in home in bed. Paul

RE: Simulation (patient) number

From: Marc Gastonguay Date: January 02, 2004 technical
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

RE: Simulation (patient) number

From: Paul Hutson Date: January 02, 2004 technical
From: Paul Hutson - prhutson@pharmacy.wisc.edu Subject: RE: [NMusers] Simulation (patient) number Date: 1/2/2004 10:23 AM Marc: Your assumption is correct, and your solution elegant and parsimonious. Thanks very much. Paul _______________________________________________________