Re: $ERROR Block: Target mediated disposition
From: musor000@optonline.net
Subject: Re: [NMusers] $ERROR Block: Target mediated disposition
Date: Wed, 12 Apr 2006 20:00:15 -0400
Hello Anna,
I finished one target mediated model recently. Binding was extremely quick,
but the model worked well because kon and koff were predetermined.
Here is and example of error specification:
IF (EXPE.EQ.0) Y=CONC*(1+ERR(1)) + ERR(2)
IF (EXPE.EQ.1) Y=CONC*(1+ERR(1)) + ERR(3)
Here the error depends on variable EXPE, which indicates study. You can use CMD or
another variable to make sure that your error is compartment, study, or route of
administration, etc. specific.
Regards,
Pavel
_______________________________________________________