RE: Problem in using $PRED
From: "Bachman, William"
Subject: RE: [NMusers] Problem in using $PRED
Date: Fri, 22 Mar 2002 08:12:06 -0500
Tsang-Bin,
The program is fuctioning correctly. Your data file is coded wrong for your
$PRED. When you use $PRED you no longer have the dosing advantages of
PREDPP (e.g one record containing the dosing info). You must either:
1. add a DOSE column with "100" for all data records and change "
F=KA*F1*AMT/S2..." to " F=KA*F1*DOSE/S2..."
or
2. add some clever coding to $PRED to calculate DOSE from the AMT at time=0
(and change " F=KA*F1*AMT/S2..." to " F=KA*F1*DOSE/S2...")
Bill
William J. Bachman, Ph.D.
GloboMax LLC
7250 Parkway Dr., Suite 430
Hanover, MD 21076
Voice (410) 782-2212
FAX (410) 712-0737
bachmanw@globomax.com