The call function log () is converted into a new variable x1;
Call the difference function dif () to convert it into a new variable x2;
X2 analysis;
For example:
Data set;
Enter x;
time = _ n _
x 1 = log(x);
x2 = dif(x 1);
Card;
.
;
Running;