<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Conjoint question: parameter estimates all levels in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Conjoint-question-parameter-estimates-all-levels/m-p/47796#M12870</link>
    <description>Although I have no experience in this topic-area, I did find three hits on the SAS support website &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  when using the following Google advanced search:&lt;BR /&gt;
&lt;BR /&gt;
generate individual "part worths" site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
Hopefully one of these resources will be useful to your interest.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Thu, 18 Sep 2008 13:39:10 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2008-09-18T13:39:10Z</dc:date>
    <item>
      <title>Conjoint question: parameter estimates all levels</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Conjoint-question-parameter-estimates-all-levels/m-p/47795#M12869</link>
      <description>Dear users,&lt;BR /&gt;
&lt;BR /&gt;
I set up a conjoint design with 4 attributes, each with 3 levels. Now I gathered my data I want the part-worths of the 4 attributes AND of all levels individually. My problem is that i don't know how i can generate the part-worths of all levels individually (12 in total). I managed to generate the part-worths of the attributes (price, service, assortment and quality) with the code underneath. What code is needed to generate the part-woths of the individual levels?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance!&lt;BR /&gt;
____________________________________________________________________&lt;BR /&gt;
data MVO;&lt;BR /&gt;
input subj set c price service assortment quality @@;&lt;BR /&gt;
datalines;&lt;BR /&gt;
1	1	2	1	3	3	2&lt;BR /&gt;
1	1	1	3	2	1	3&lt;BR /&gt;
1	2	2	1	3	1	2&lt;BR /&gt;
1	2	1	2	1	3	1&lt;BR /&gt;
1	3	1	2	2	1	2&lt;BR /&gt;
1	3	2	3	3	2	1&lt;BR /&gt;
1	4	1	2	3	1	1&lt;BR /&gt;
1	4	2	1	1	2	3&lt;BR /&gt;
1	5	1	3	2	2	2&lt;BR /&gt;
1	5	2	1	1	1	3&lt;BR /&gt;
1	6	2	1	2	2	1&lt;BR /&gt;
1	6	1	3	1	3	2&lt;BR /&gt;
1	7	2	2	1	2	2&lt;BR /&gt;
1	7	1	3	3	3	3&lt;BR /&gt;
1	8	2	3	1	1	1&lt;BR /&gt;
1	8	1	2	2	3	3&lt;BR /&gt;
1	9	1	2	3	2	3&lt;BR /&gt;
1	9	2	1	2	3	1&lt;BR /&gt;
2	1	1	1	3	3	2&lt;BR /&gt;
2	1	2	3	2	1	3&lt;BR /&gt;
2	2	2	1	3	1	2&lt;BR /&gt;
2	2	1	2	1	3	1&lt;BR /&gt;
2	3	1	2	2	1	2&lt;BR /&gt;
2	3	2	3	3	2	1&lt;BR /&gt;
2	4	2	2	3	1	1&lt;BR /&gt;
2	4	1	1	1	2	3&lt;BR /&gt;
2	5	2	3	2	2	2&lt;BR /&gt;
2	5	1	1	1	1	3&lt;BR /&gt;
2	6	2	1	2	2	1&lt;BR /&gt;
2	6	1	3	1	3	2&lt;BR /&gt;
2	7	2	2	1	2	2&lt;BR /&gt;
2	7	1	3	3	3	3&lt;BR /&gt;
2	8	1	3	1	1	1&lt;BR /&gt;
2	8	2	2	2	3	3&lt;BR /&gt;
2	9	1	2	3	2	3&lt;BR /&gt;
2	9	2	1	2	3	1&lt;BR /&gt;
;&lt;BR /&gt;
&lt;BR /&gt;
proc print data=MVO noobs;&lt;BR /&gt;
var subj set c price service assortment quality;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
proc phreg data=MVO outest=betas;&lt;BR /&gt;
strata subj set;&lt;BR /&gt;
model c*c(2) = price service assortment quality / ties=breslow;&lt;BR /&gt;
run;</description>
      <pubDate>Thu, 18 Sep 2008 12:56:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Conjoint-question-parameter-estimates-all-levels/m-p/47795#M12869</guid>
      <dc:creator>Rene</dc:creator>
      <dc:date>2008-09-18T12:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Conjoint question: parameter estimates all levels</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Conjoint-question-parameter-estimates-all-levels/m-p/47796#M12870</link>
      <description>Although I have no experience in this topic-area, I did find three hits on the SAS support website &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  when using the following Google advanced search:&lt;BR /&gt;
&lt;BR /&gt;
generate individual "part worths" site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
Hopefully one of these resources will be useful to your interest.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 18 Sep 2008 13:39:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Conjoint-question-parameter-estimates-all-levels/m-p/47796#M12870</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-09-18T13:39:10Z</dc:date>
    </item>
  </channel>
</rss>

