|
Hi there,
I have the following datasets including 10 questions which respondents have to answer following questions: "If UFA introduce a new store in your community, could you tell me which factor is most important?" 1. Staff's knowledge/Product Quality/Both; 2. Store Location/Offer only Lifestyle Product/Both; 3. Price/Staff's Knowledge/Both; 4. Product Quality/ Store Location/Both; 5. Price/ Offer only Lifestyle Product /Both; 6. Store Location/ Staff's Knowledge/Both; 7. Product Quality/ Offer only style product/Both; 8. Price/Staff's Knowledge/Both; 9. Staff's Knowledge/Offer only Lifestyle Product /Both; 10.Price/ Product Quality/Both; That is, each question compares two characteristics and the respondent has to state which of the two is more important or both. I now want to specify which of the factors is the most important overall? Which type of the *Conjoint Analysis is it? *, Is there a way in SPSS/SAS/Stata to do this type of Conjoint Analysis? Thanks for your help 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 |
|
Hans,
What you are trying to do is a series of paired comparions with a rather incomplete design. There is a great deal of literature on the subject going back 80 years to Thurstone's 1927 paper, "The Law of Comparative Judgment". In recent years, Jordan Louvier has written extensively on the subject. I've found the best current implementation of the approach to be Sawtooth Softwares Max-Diff procedure which on the front end produces a very efficient design and on the back end utilized hierarchical Bayes Regression to estimate importances at the individual level. The company'e technical paper at http://www.sawtoothsoftware.com/download/techpap/maxdifftech.pdf is a good review of approaches to your problem. JOHN ----- Original Message ----- From: "Hans Zhu" <[hidden email]> To: <[hidden email]> Sent: Sunday, November 18, 2007 12:07 AM Subject: Re: Is There a Way in SPSS/SAS/Stata to Do This Type of Conjoint Analysis? > Hi there, > > > I have the following datasets including 10 questions which respondents > have > to answer following questions: "If UFA introduce a new store in your > community, could you tell me which factor is most important?" > > 1. Staff's knowledge/Product Quality/Both; > > 2. Store Location/Offer only Lifestyle Product/Both; > > 3. Price/Staff's Knowledge/Both; > > 4. Product Quality/ Store Location/Both; > > 5. Price/ Offer only Lifestyle Product /Both; > > 6. Store Location/ Staff's Knowledge/Both; > > 7. Product Quality/ Offer only style product/Both; > > 8. Price/Staff's Knowledge/Both; > > 9. Staff's Knowledge/Offer only Lifestyle Product /Both; > > 10.Price/ Product Quality/Both; > That is, each question compares two characteristics and the respondent has > to state which of the two is more important or both. I now want to specify > which of the factors is the most important overall? Which type of the > *Conjoint > Analysis is it? *, Is there a way in SPSS/SAS/Stata to do this type of > Conjoint Analysis? > > Thanks for your help > > > > 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 |
|
Hi,
For my own understanding I'm running some Python examples given in SPSS programming & data management (4th ed), but sometimes I get error messages. For instance, the example given on p. 481 (python_cursor_Set_ValueNumeric.sps). I'm just copy-and-pasting the code (and adding indentations where necessary), so why the error messages? It says ''Cursor' object has no object 'running'. TypeError:__init__() got and unexpected keyword argument 'accessType' I am using SPSS v14.02, Python 2.4. Thanks in advance! ALbert-Jan Cheers! Albert-Jan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Did you know that 87.166253% of all statistics claim a precision of results that is not justified by the method employed? [HELMUT RICHTER] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ____________________________________________________________________________________ Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.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 |
|
The 4th edition of the Data Management book goes with SPSS 15. The example you cite requires that version. As it says in the Preface,
This edition has been updated to include numerous enhanced data management features introduced in SPSS 15.0. Many examples will work with earlier versions, but some examples rely on features not available prior to SPSS 15.0. Some of the Python examples require SPSS 15.0.1 or later. HTH, Jon Peck -----Original Message----- From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Albert-jan Roskam Sent: Monday, November 19, 2007 9:22 AM To: [hidden email] Subject: [SPSSX-L] Errors in Python examples Hi, For my own understanding I'm running some Python examples given in SPSS programming & data management (4th ed), but sometimes I get error messages. For instance, the example given on p. 481 (python_cursor_Set_ValueNumeric.sps). I'm just copy-and-pasting the code (and adding indentations where necessary), so why the error messages? It says ''Cursor' object has no object 'running'. TypeError:__init__() got and unexpected keyword argument 'accessType' I am using SPSS v14.02, Python 2.4. Thanks in advance! ALbert-Jan Cheers! Albert-Jan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Did you know that 87.166253% of all statistics claim a precision of results that is not justified by the method employed? [HELMUT RICHTER] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ____________________________________________________________________________________ Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.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 |
|
In reply to this post by Albert-Jan Roskam
The 4th edition is intended for use with SPSS 15. I don't think accessType was supported in SPSS 14.
-----Original Message----- From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Albert-jan Roskam Sent: Monday, November 19, 2007 10:22 AM To: [hidden email] Subject: Errors in Python examples Hi, For my own understanding I'm running some Python examples given in SPSS programming & data management (4th ed), but sometimes I get error messages. For instance, the example given on p. 481 (python_cursor_Set_ValueNumeric.sps). I'm just copy-and-pasting the code (and adding indentations where necessary), so why the error messages? It says ''Cursor' object has no object 'running'. TypeError:__init__() got and unexpected keyword argument 'accessType' I am using SPSS v14.02, Python 2.4. Thanks in advance! ALbert-Jan Cheers! Albert-Jan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Did you know that 87.166253% of all statistics claim a precision of results that is not justified by the method employed? [HELMUT RICHTER] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ____________________________________________________________________________________ Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.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 |
|
Thank you to all who replied! I just downloaded the
3rd edition of SPSS programming & Data management, hoping that all examples will work with spss v14. But hopefully my company will upgrade to v15 or v16 soon! Cheers!! Albert-Jan --- "Oliver, Richard" <[hidden email]> wrote: > The 4th edition is intended for use with SPSS 15. I > don't think accessType was supported in SPSS 14. > > -----Original Message----- > From: SPSSX(r) Discussion > [mailto:[hidden email]] On Behalf Of > Albert-jan Roskam > Sent: Monday, November 19, 2007 10:22 AM > To: [hidden email] > Subject: Errors in Python examples > > Hi, > > For my own understanding I'm running some Python > examples given in SPSS programming & data management > (4th ed), but sometimes I get error messages. For > instance, the example given on p. 481 > (python_cursor_Set_ValueNumeric.sps). I'm just > copy-and-pasting the code (and adding indentations > where necessary), so why the error messages? It says > ''Cursor' object has no object 'running'. > TypeError:__init__() got and unexpected keyword > argument 'accessType' > > I am using SPSS v14.02, Python 2.4. > > Thanks in advance! > > ALbert-Jan > > Cheers! > Albert-Jan > > > Did you know that 87.166253% of all statistics claim > a precision of results that is not justified by the > method employed? [HELMUT RICHTER] > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > ____________________________________________________________________________________ > Be a better pen pal. > Text or chat with friends inside Yahoo! Mail. See > how. http://overview.mail.yahoo.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 > Cheers! Albert-Jan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Did you know that 87.166253% of all statistics claim a precision of results that is not justified by the method employed? [HELMUT RICHTER] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ____________________________________________________________________________________ Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now. http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ ===================== 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 |
| Free forum by Nabble | Edit this page |
