is this form of select file possible

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

is this form of select file possible

Talino Bruno
My data file has the scores from four diffrent questionnaires for each
subject. One of the measures has a "lie" scale so if the score exceeds a
certain value (e.g. 4) it shouldn't be used in analysis. Lets call this
TEST A, the other TESTS are B,C,D.
I would like to be able to exclude [b]only[/b] TEST A questionnaires whose
score exceeds 4, form the sample [b]but[/b] keep TESTS B,C,D for those
subjects who had TEST A excluded. Is this possible?

=====================
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
|

Graphing with log values

Statistics Mathematics
Hello all

I have a skewed data set and I had to log convert the data to make parametric analysis. How can I draw bar charts for the mean values and confidence inervals of the "anti-log" values with SPSS.

Thanks

Bahir


      ___________________________________________________________
Skal du købe ny bil? Sammenlign priser på brugte biler med Kelkoo og find et godt tilbud! - Se mere her http://dk.yahoo.com/r/pat/mmb

=====================
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: is this form of select file possible

Art Kendall
In reply to this post by Talino Bruno
Do you mean something like this untested syntax?


compute OLD_test_a= test_a.
if lie ge 4 test_A = -1.
missing values test_a (low thru -1).

Art Kendall
Social Research Consultants

Talino Bruno wrote:
My data file has the scores from four diffrent questionnaires for each
subject. One of the measures has a "lie" scale so if the score exceeds a
certain value (e.g. 4) it shouldn't be used in analysis. Lets call this
TEST A, the other TESTS are B,C,D.
I would like to be able to exclude [b]only[/b] TEST A questionnaires whose
score exceeds 4, form the sample [b]but[/b] keep TESTS B,C,D for those
subjects who had TEST A excluded. Is this possible?

=====================
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


  
Art Kendall
Social Research Consultants