DO REPEAT - how to display every transform?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

DO REPEAT - how to display every transform?

88videos
Hello,

I wonder is it possible to display in output every step with
transformations? Like in macro when I use "set mprint on".

I got many long list of variables (defined in macro) used many times in
calculations and want to be sure everything goes ok.

Very helpful would be if i can see real transformations.

very simple example to show want i want.


do repeat a =1 2 /b= var4 var10.
compute b = rv.uniform(0, a).
end repeat.
execute.


I want to see in output:

compute var4 = rv.uniform(0, 1).
compute var10 = rv.uniform(0, 2).
execute.


THANKS for help!





--
Sent from: http://spssx-discussion.1045642.n5.nabble.com/

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: DO REPEAT - how to display every transform?

Rick Oliver
do repeat a =1 2 /b= var4 var10.
compute b = rv.uniform(0, a).
end repeat print.


On Sun, Jan 28, 2018 at 5:11 AM, 88videos <[hidden email]> wrote:
Hello,

I wonder is it possible to display in output every step with
transformations? Like in macro when I use "set mprint on".

I got many long list of variables (defined in macro) used many times in
calculations and want to be sure everything goes ok.

Very helpful would be if i can see real transformations.

very simple example to show want i want.


do repeat a =1 2 /b= var4 var10.
compute b = rv.uniform(0, a).
end repeat.
execute.


I want to see in output:

compute var4 = rv.uniform(0, 1).
compute var10 = rv.uniform(0, 2).
execute.


THANKS for help!





--
Sent from: http://spssx-discussion.1045642.n5.nabble.com/

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: DO REPEAT - how to display every transform?

88videos
:)

Thanks



--
Sent from: http://spssx-discussion.1045642.n5.nabble.com/

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD