LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2007)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.


Back to: Top of message | Previous page | Main SPSSX-L page