<?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: %Choiceff Macro and Restricted Designs in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Choiceff-Macro-and-Restricted-Designs/m-p/58614#M16455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need:&lt;/P&gt;&lt;P&gt; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;%macro &lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;restrict = &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;bad=() put between the brackets what you don't want &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;%mend&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;%&lt;STRONG&gt;&lt;EM&gt;mktex&lt;/EM&gt;&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;..&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;),n=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;..&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;BR /&gt;, seed=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;..&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;,restrictions=restrict) ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 13:35:59 GMT</pubDate>
    <dc:creator>HCNIJHOF</dc:creator>
    <dc:date>2014-06-24T13:35:59Z</dc:date>
    <item>
      <title>%Choiceff Macro and Restricted Designs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Choiceff-Macro-and-Restricted-Designs/m-p/58613#M16454</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to create an efficient, orthogonal design using the %mktex suite and %choiceff.&lt;BR /&gt;
&lt;BR /&gt;
Basically, I want to create a conjoint instrument with two columns, one of which I want to always restrict the value of one of the variables.&lt;BR /&gt;
&lt;BR /&gt;
Ex:&lt;BR /&gt;
&lt;BR /&gt;
Option A: color=red, cost=$50, size=16", etc.&lt;BR /&gt;
Option B: color=blue, cost=$100, size=18", etc.&lt;BR /&gt;
&lt;BR /&gt;
I want Option A to always have cost=$50, with all the other variables varying according to orthogonal design. I also want Option B to always have cost &amp;gt; $50, with all other variables varying according to orthogonal design.&lt;BR /&gt;
&lt;BR /&gt;
How would I write the code to impose this restriction on the final conjoint design?&lt;BR /&gt;
&lt;BR /&gt;
Any help is much appreciated.</description>
      <pubDate>Wed, 17 Feb 2010 16:39:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Choiceff-Macro-and-Restricted-Designs/m-p/58613#M16454</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-17T16:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: %Choiceff Macro and Restricted Designs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Choiceff-Macro-and-Restricted-Designs/m-p/58614#M16455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need:&lt;/P&gt;&lt;P&gt; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;%macro &lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;restrict = &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;bad=() put between the brackets what you don't want &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;%mend&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;%&lt;STRONG&gt;&lt;EM&gt;mktex&lt;/EM&gt;&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;..&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;),n=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;..&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;BR /&gt;, seed=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;..&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;,restrictions=restrict) ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:35:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Choiceff-Macro-and-Restricted-Designs/m-p/58614#M16455</guid>
      <dc:creator>HCNIJHOF</dc:creator>
      <dc:date>2014-06-24T13:35:59Z</dc:date>
    </item>
  </channel>
</rss>

