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 (November 1998)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 7 Nov 1998 20:50:37 -0600
Reply-To:   "Matheson, David" <davidm@SPSS.COM>
Sender:   "SPSSX(r) Discussion" <SPSSX-L@UGA.CC.UGA.EDU>
From:   "Matheson, David" <davidm@SPSS.COM>
Subject:   Re: Natural Log
Comments:   To: Tom Brewer <tb4108@CNSVAX.ALBANY.EDU>

Tom, Where y = ln(x), you have y, and want its antilog:

compute x = exp(y).

The argument to exp() can be the name of a numeric variable name, a number, or a numerical expression involving numbers and/or variable names.

David Matheson SPSS Technical Support

> -----Original Message----- > From: Tom Brewer [SMTP:tb4108@CNSVAX.ALBANY.EDU] > Sent: Wednesday, November 04, 1998 1:18 PM > To: SPSSX-L@UGA.CC.UGA.EDU > Subject: Natural Log > > Does anyone know the SPSS Syntax that will calculate the inverse of the > natural logarithm (ln)?


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