<?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 D-efficiency in discrete choice experiment in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/D-efficiency-in-discrete-choice-experiment/m-p/528589#M5460</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am designing a discrete choice experiment for five factors (three factors with two levels; and two factors with three levels). I think there should be an orthogonal design for 36 questions at 100% D-efficiency but I just cannot find a way to do so. I ran the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%MktRuns(2 2 3 2 3)&lt;BR /&gt;%MktEx (2 2 3 2 3, n=72)&lt;BR /&gt;%choiceff(data=design, model=class(x1-x5/sta),&lt;BR /&gt;nsets=36, flags=2, maxiter=100, seed=121, options=relative, beta=zero)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the design I am getting is not orthogonal, and the max D-efficiency design I got is around 85. Is there something I am missing for the steps to design the choice experiments? Thank you very much for your time and input in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kim&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 20 Jan 2019 01:14:26 GMT</pubDate>
    <dc:creator>welovekhy</dc:creator>
    <dc:date>2019-01-20T01:14:26Z</dc:date>
    <item>
      <title>D-efficiency in discrete choice experiment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/D-efficiency-in-discrete-choice-experiment/m-p/528589#M5460</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am designing a discrete choice experiment for five factors (three factors with two levels; and two factors with three levels). I think there should be an orthogonal design for 36 questions at 100% D-efficiency but I just cannot find a way to do so. I ran the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%MktRuns(2 2 3 2 3)&lt;BR /&gt;%MktEx (2 2 3 2 3, n=72)&lt;BR /&gt;%choiceff(data=design, model=class(x1-x5/sta),&lt;BR /&gt;nsets=36, flags=2, maxiter=100, seed=121, options=relative, beta=zero)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the design I am getting is not orthogonal, and the max D-efficiency design I got is around 85. Is there something I am missing for the steps to design the choice experiments? Thank you very much for your time and input in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kim&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jan 2019 01:14:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/D-efficiency-in-discrete-choice-experiment/m-p/528589#M5460</guid>
      <dc:creator>welovekhy</dc:creator>
      <dc:date>2019-01-20T01:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: D-efficiency in discrete choice experiment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/D-efficiency-in-discrete-choice-experiment/m-p/528617#M5464</link>
      <description>&lt;P&gt;In terms of a factorial design, if you have three factors at 2 levels and two factors at three levels, then a full factorial would be&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2x2x2x3x3 = 72 runs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could take a one-half fraction of the 2x2x2 part, which would yield 36 runs, and would be perfectly orthogonal (D-Efficiency of 100% for the proper model), but you could not estimate the three-way interaction between the three 2-level factors. PROC FACTEX can do this for you.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jan 2019 18:13:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/D-efficiency-in-discrete-choice-experiment/m-p/528617#M5464</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-01-20T18:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: D-efficiency in discrete choice experiment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/D-efficiency-in-discrete-choice-experiment/m-p/529349#M5536</link>
      <description>&lt;P&gt;Thank you very much for the reply!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am referring to the methods to use SAS macros in "&lt;SPAN style="font-size: 10.0pt;"&gt;Kuhfeld, W. (2010). Marketing research methods in SAS. &lt;I&gt;Cary, NC, SAS-Institute TS-722&lt;/I&gt;, 1–1309.", and below are the syntax I used to create the design- but with even 100 iterations, and despite that MktRuns suggest that 18 questions should be able to create a 100% efficient design, the design created only achieves 80% efficiency and not balanced, and not orthogonal. Any suggestions would be greatly appreciated!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="gmail_default"&gt;&lt;STRONG&gt;SAS Syntax:&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;STRONG&gt;*Version 1&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;DIV class="gmail_default"&gt;%MktRuns(3**6)&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;%MktEx (3**6, n=36)&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;%mktlab(data=design, int=f1-f2, out=final)&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;%choiceff(data=Final, model=class(x1-x6/sta), nsets=18, flags=f1-f2, seed=145, maxiter=100, options=relative, beta=zero)&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;STRONG&gt;*Version 2&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="tahoma, sans-serif"&gt;%MktRuns(3**6)&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="tahoma, sans-serif"&gt;%MktEx (18 3**6, n=36, seed=238, balance=12)&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="tahoma, sans-serif"&gt;%mktlab(data=randomized, vars=Set x1-x6)&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="tahoma, sans-serif"&gt;proc sort data=Final; by set; run;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="tahoma, sans-serif"&gt;proc print; by set; id set; run;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="tahoma, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="tahoma, sans-serif"&gt;%choiceff(data=final, init=final(keep=set), model=class(x1-x6/sta),&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="tahoma, sans-serif"&gt;nsets=18, nalts=2, options=relative, beta=zero)&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="tahoma, sans-serif"&gt;%mkteval(data=Best)&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="tahoma, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="tahoma, sans-serif"&gt;&lt;STRONG&gt;*Version 3&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;DIV class="gmail_default"&gt;%MktRuns(3**6)&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;%MktEx (3**6, n=3*3*3*3*3*3)&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;%choiceff(data=design, model=class(x1-x6/sta), nsets=18, flags=f1-f2, seed=145, maxiter=100, options=relative, beta=zero)&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Jan 2019 06:52:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/D-efficiency-in-discrete-choice-experiment/m-p/529349#M5536</guid>
      <dc:creator>welovekhy</dc:creator>
      <dc:date>2019-01-23T06:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: D-efficiency in discrete choice experiment</title>
      <link>https://communities.sas.com/t5/New-SAS-User/D-efficiency-in-discrete-choice-experiment/m-p/529379#M5539</link>
      <description>&lt;P&gt;Create a 3x3 full factorial in PROC FACTEX. Output the results to a data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next, create a one-half fraction of the 2x2x2 matrix in PROC FACTEX, and then output the results to a data set, using the DESIGNREP= option, the name of the 3x3 full factorial data set being pointed to by the DESIGNREP= option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example:&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=qcug&amp;amp;docsetTarget=qcug_factex_examples07.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=qcug&amp;amp;docsetTarget=qcug_factex_examples07.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 13:03:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/D-efficiency-in-discrete-choice-experiment/m-p/529379#M5539</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-01-23T13:03:44Z</dc:date>
    </item>
  </channel>
</rss>

