| 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 |
|
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)?
|