|
hey all i am totally new to spss
i have a question that says Rank the following statements according to their importance for creating an efficient team work in the organization from (1 the least important to 5 the most important). * Team member cooperation with one another is crucial to team success * Information sharing is the corner stone for the success of any team * Having a good communication skills is necessity for the success of any team * Team members should have the patience for the success of any team * dealing honestly with team members is crucial for the success of the team no what i did is that i took every statement as a variable and added vales form 1 to 5 so i got 5 variables with 5 tables and 5 graphs how can i know from the result of the 5 tables which of the variables got the most important and least i want A table like this one variable1 variable 2 variable 3 variable 4 variable 5 most important more important important less important least important plz help |
|
see MULT RESPONSE under <help> . It sound like the FREQUENCIES
specification is what you want. Is this what you want? Art Kendall Social Research Consultants tigeration wrote: > hey all i am totally new to spss > i have a question that says > Rank the following statements according to their importance for creating an > efficient team work in the organization from (1 the least important to 5 the > most important). > > * Team member cooperation with one another is crucial to team success > * Information sharing is the corner stone for the success of any team > * Having a good communication skills is necessity for the success of any > team > * Team members should have the patience for the success of any team > * dealing honestly with team members is crucial for the success of the team > > no what i did is that i took every statement as a variable and added vales > form 1 to 5 > so i got 5 variables with 5 tables and 5 graphs > how can i know from the result of the 5 tables which of the variables got > the most important and least > i want A table like this one > > > variable1 variable 2 variable 3 variable 4 > variable 5 > most important > more important > important > less important > least important > > > plz help > -- > View this message in context: http://www.nabble.com/new-to-spss-ranking-problem-tp23266812p23266812.html > Sent from the SPSSX Discussion mailing list archive at 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
Art Kendall
Social Research Consultants |
|
This is a comparimeter table and can be produced with the Tables Module. To
create it, make sure all five variables have the same value labels. Move them to the columns and change the dropdown at the bottom right to Column Labels in rows. This produces syntax that looks like this: CTABLES /VLABELS VARIABLES=obey popular thnkself workhard helpoth DISPLAY=LABEL /TABLE BY obey [COUNT F40.0] + popular [COUNT F40.0] + thnkself [COUNT F40.0] + workhard [COUNT F40.0] + helpoth [COUNT F40.0] /CLABELS COLLABELS=OPPOSITE /CATEGORIES VARIABLES=obey popular thnkself workhard helpoth ORDER=A KEY=VALUE EMPTY=INCLUDE MISSING=EXCLUDE. The important things here are that all the variables are appended to each other by the "+" operator and the /CLABELS command flips the values to the rows. Without the Tables Module, the OP would need to restructure the file using VARSTOCASES to create an INDEX variable mapping to the 5 variables in the columns. -----Original Message----- From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Art Kendall Sent: Tuesday, April 28, 2009 7:17 AM To: [hidden email] Subject: Re: new to spss ranking problem see MULT RESPONSE under <help> . It sound like the FREQUENCIES specification is what you want. Is this what you want? Art Kendall Social Research Consultants tigeration wrote: > hey all i am totally new to spss > i have a question that says > Rank the following statements according to their importance for creating an > efficient team work in the organization from (1 the least important to 5 the > most important). > > * Team member cooperation with one another is crucial to team success > * Information sharing is the corner stone for the success of any team > * Having a good communication skills is necessity for the success of any > team > * Team members should have the patience for the success of any team > * dealing honestly with team members is crucial for the success of the team > > no what i did is that i took every statement as a variable and added vales > form 1 to 5 > so i got 5 variables with 5 tables and 5 graphs > how can i know from the result of the 5 tables which of the variables got > the most important and least > i want A table like this one > > > variable1 variable 2 variable 3 variable > variable 5 > most important > more important > important > less important > least important > > > plz help > -- > View this message in context: > Sent from the SPSSX Discussion mailing list archive at 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 ===================== 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 |
|
<quote author="ViAnn Beadle"> This is a comparimeter table and can be produced with the Tables Module. To create it, make sure all five variables have the same value labels. Move them to the columns and change the dropdown at the bottom right to Column Labels in rows. This produces syntax that looks like this: CTABLES /VLABELS VARIABLES=obey popular thnkself workhard helpoth DISPLAY=LABEL /TABLE BY obey [COUNT F40.0] + popular [COUNT F40.0] + thnkself [COUNT F40.0] + workhard [COUNT F40.0] + helpoth [COUNT F40.0] /CLABELS COLLABELS=OPPOSITE /CATEGORIES VARIABLES=obey popular thnkself workhard helpoth ORDER=A KEY=VALUE EMPTY=INCLUDE MISSING=EXCLUDE. The important things here are that all the variables are appended to each other by the "+" operator and the /CLABELS command flips the values to the rows. Without the Tables Module, the OP would need to restructure the file using VARSTOCASES to create an INDEX variable mapping to the 5 variables in the columns. thank you very much i managed to use the table Module and i got the result that i needed i really appreciate your help thnx again |
| Free forum by Nabble | Edit this page |
