Re: How to Combine 8 Mentions Together in SPSS?

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

Re: How to Combine 8 Mentions Together in SPSS?

Hans Chen
Dear Listers,

I have a variable in a questionnaire which have 8 mentions, X1M1, X1M2,
X1M3,X1M4, X1M5,X1M6, X1M7,X1M8 and I want to combine the 8 mentions
together in SPSS, any suggestion would be highly appreciated.

Hans Zhu

=====================
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: How to Combine 8 Mentions Together in SPSS?

Art Kendall-2
Please clarify what you mean by a mention.  What level of measurement
are the variables representing them?
What do you mean by combine?
Perhaps post a small data set with variables "id  x1m1 to x1m8 " and "want".
something like
data list list/ id (f3) x1m1 to x1m8 (8f8.3) want (f16.5).
begin data
. . .
end data
put correct formats for your example data on the data list line.
Put some example data where the ellipsis is.

Art Kendall
Social Research Consultants



Hans Zhu wrote:

> Dear Listers,
>
> I have a variable in a questionnaire which have 8 mentions, X1M1, X1M2,
> X1M3,X1M4, X1M5,X1M6, X1M7,X1M8 and I want to combine the 8 mentions
> together in SPSS, any suggestion would be highly appreciated.
>
> Hans Zhu
>
> =====================
> 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