Date: Wed, 16 May 2007 12:47:30 +0300
Reply-To: Super3 <super3@infogroup.gr>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Super3 <super3@infogroup.gr>
Subject: Matrix computation in some logarithmic transformations
In-Reply-To: A<25027.1146309069@www010.gmx.net>
Content-Type: text/plain; charset="us-ascii"
Dear listers
I need a help in the next problem:
I have to compute logarithms in the example below where there are zeroes
end the intention is to retain zeroes after logarithmic transformation
as they are (because of impossible transformations):
data list free/y1 to y5.
Begin data.
4 0 7 8 9
6 2 0 0 1000
60 8 9 100 0
End data.
list.
Matrix.
Get y /Variables=y1 to y5.
Compute LOGY=LN(y).
End Matrix.
After running the above code the result is as next:
>Value for LN is out of range.>This command not excuted.