<?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: regarding optmization in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/regarding-optmization/m-p/247567#M1206</link>
    <description>&lt;P&gt;It looks like they're all categorical variables, so you'll need to make indicator variables for these variables. Remember that if you have N levels you need n-1 indicators. Also, you interactions can then be specified as combinations of the other variables. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2016 18:53:54 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-02-02T18:53:54Z</dc:date>
    <item>
      <title>regarding optmization</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/regarding-optmization/m-p/247360#M1203</link>
      <description>&lt;P&gt;Hi all: I am planning to do the analysis using Response method. I have a Question regarding coding for my independednt variables. For example : X1 , X2, X3 are the independednt coded variables, however in my cases I also have combination tretament (eg. x1+x2). Usullay for the single independednt variables coding can be done as 1, 0, -1. I am very new to the programm so would like to get information on how the coding is done for combination treatment effect? Thank you so much and hope the way I am putting question make sense.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example of the scinario:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Treatment 1: effect of Acid on bacterial growth&lt;/P&gt;&lt;P&gt;Treat 2: Effect of &amp;nbsp;Protein on bacterial growth&amp;nbsp;&lt;/P&gt;&lt;P&gt;Treat 3: Effect of &amp;nbsp;Acid+protein on bacterial growth (How to do coding for combination/interaction effects )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 02:35:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/regarding-optmization/m-p/247360#M1203</guid>
      <dc:creator>Mralex1234</dc:creator>
      <dc:date>2016-02-02T02:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: regarding optmization</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/regarding-optmization/m-p/247362#M1204</link>
      <description>&lt;P&gt;How does that look like for your data? Are they independent variables or a single variable, treatment?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I might suggest a model as follows:&lt;/P&gt;
&lt;P&gt;(Treatment=1)*B1 + (Treatment=2)*B2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So for scenarios:&lt;/P&gt;
&lt;P&gt;1. B1&lt;/P&gt;
&lt;P&gt;2. B2&lt;/P&gt;
&lt;P&gt;3. B1+B2&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 02:38:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/regarding-optmization/m-p/247362#M1204</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-02T02:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: regarding optmization</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/regarding-optmization/m-p/247493#M1205</link>
      <description>Hi thank you very much for the suggestion.&lt;BR /&gt;&lt;BR /&gt;I have several treatments with different levels and I would like to see the&lt;BR /&gt;best combination tretamnets in bacterial growth (response) using&lt;BR /&gt;optimization method (eg RSM). I have already done lab experiments and I&lt;BR /&gt;have actual results. My aim is to optimize these factors and comapre with&lt;BR /&gt;my actual experimental results with predicted results... do they match ?&lt;BR /&gt;&lt;BR /&gt;For example: My independednt variables (I have included only a few here, I&lt;BR /&gt;have long list of variables that follows the same trend). I am still&lt;BR /&gt;confuse with coding for variables 8 - 15 and a model equation. Looking&lt;BR /&gt;forward to get suggestions from you.&lt;BR /&gt;&lt;BR /&gt;All these are independednt variables with different carbs and proteins at&lt;BR /&gt;different leveles.&lt;BR /&gt;&lt;BR /&gt;1. control (No treatment)&lt;BR /&gt;2. carbohydrate A- 0.1%&lt;BR /&gt;3. Carbohydrate B- 0.1%&lt;BR /&gt;&lt;BR /&gt;4. protein A (1%)&lt;BR /&gt;5. protein A (2%)&lt;BR /&gt;6. Protein B (1%)&lt;BR /&gt;7. Protein B (2%)&lt;BR /&gt;&lt;BR /&gt;8. carb A 0.1% + protein A 1%&lt;BR /&gt;9. carb A 0.1% + protein A 2%&lt;BR /&gt;10. carb A 0.1% + protein B 1%&lt;BR /&gt;11. carb A 0.1% + protein B 2%&lt;BR /&gt;&lt;BR /&gt;12. Carb B 0.1% + protein A 1%&lt;BR /&gt;13. Carb B 0.1% + protein A 2%&lt;BR /&gt;14. Carb B 0.1 % + protein B 1%&lt;BR /&gt;15. Carb B 0.1% + Protein B 2%&lt;BR /&gt;&lt;BR /&gt;Once again thank you !!&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Tue, 02 Feb 2016 15:25:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/regarding-optmization/m-p/247493#M1205</guid>
      <dc:creator>Mralex1234</dc:creator>
      <dc:date>2016-02-02T15:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: regarding optmization</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/regarding-optmization/m-p/247567#M1206</link>
      <description>&lt;P&gt;It looks like they're all categorical variables, so you'll need to make indicator variables for these variables. Remember that if you have N levels you need n-1 indicators. Also, you interactions can then be specified as combinations of the other variables. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 18:53:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/regarding-optmization/m-p/247567#M1206</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-02T18:53:54Z</dc:date>
    </item>
  </channel>
</rss>

