Re: 202 Fortran Error Message with LOG()
From: "Saik Urien" saik.urien@psl.ap-hop-paris.fr
Subject: Re: [NMusers] 202 Fortran Error Message with LOG()
Date: Thu, June 23, 2005 9:01 am
Paul
I have recently tried to fit LOG(DV) transformed values
this kind of coding was running well :
W = 1
LPR = F
LPRE=-3
IF (LPR.GT.0) LPRE=LOG(IPR) ; avoids LOG(<=0) errors
Y=LPRE+EPS(1)
Saik