Re: AW: [NMusers] Time 'T' in $Error

2015-07-28 Thread Jeroen Elassaiss-Schaap
: [NMusers] Time 'T' in $Error Hi Katrin, $ERROR is executed once per data row. The time when $ERROR is run is the TIME value (the discrete times of the measurement). For this specific example, you can just use TIME. You will need to code your $DES block so that what you’re wanting to

Re: AW: [NMusers] Time 'T' in $Error

2015-07-28 Thread sbihorel
this. Thanks again and best regards. Katrin *Von:*Denney, William S. [mailto:william.s.den...@pfizer.com] *Gesendet:* 27 July 2015 17:34 *An:* Katrin Volz ; nmusers@globomaxnm.com *Betreff:* RE: [NMusers] Time 'T' in $Error Hi Katrin, $ERROR is executed once per data row. The time whe

AW: [NMusers] Time 'T' in $Error

2015-07-27 Thread Katrin Volz
] Gesendet: 27 July 2015 17:34 An: Katrin Volz ; nmusers@globomaxnm.com Betreff: RE: [NMusers] Time 'T' in $Error Hi Katrin, $ERROR is executed once per data row. The time when $ERROR is run is the TIME value (the discrete times of the measurement). For this specific example, you ca

RE: [NMusers] Time 'T' in $Error

2015-07-27 Thread Denney, William S.
owner-nmus...@globomaxnm.com] On Behalf Of Katrin Volz Sent: Monday, July 27, 2015 10:46 AM To: nmusers@globomaxnm.com Subject: [NMusers] Time 'T' in $Error Dear NMuser, I would like to model a PD effect using a function which includes continuous time ' T '. The PD Effect

[NMusers] Time 'T' in $Error

2015-07-27 Thread Katrin Volz
Dear NMuser, I would like to model a PD effect using a function which includes continuous time ‘ T ’. The PD Effect is coded in $Error. In general like this: $ERROR MyFunction = xxx + T PDEffect = Basline * MyFunction But ‘T’ cannot be used in $Error. I tried to code the functi