<?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: Proper way to implement linear combination in DoE in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Proper-way-to-implement-linear-combination-in-DoE/m-p/868884#M103180</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/57828"&gt;@stat_mr_h&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems your response Y2 could be some kind of indicators/price response.&lt;/P&gt;
&lt;P&gt;Your design is built independantly of the responses, the design structure depends on your objectives, the factors (factors type, number of levels...), expected modeling complexity (assumed model), and a compromise between experimental budget and precision in the estimation of effects (aliasing structure, number of runs, replicate runs, ...).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could build a model for response Y1, use the prediction formula Y1 and theoritical formula response Y2 in the Profiler to try to optimize both responses.&lt;/P&gt;
&lt;P&gt;As an example on dataset "Bounce Data" with the response "Stretch", I added a column "Price" with a defined equation:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1744888629621.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/74954iC68F9C8DF279260C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1744888629621.png" alt="Victor_G_0-1744888629621.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Once a model build on response "Stretch" (Y1), I save the Stretch Prediction formula and &lt;A href="https://www.jmp.com/support/help/en/18.1/#page/jmp/launch-the-prediction-profiler-platform.shtml#ww460836" target="_blank" rel="noopener"&gt;Launch the Prediction Profiler Platform&lt;/A&gt;&amp;nbsp;with the two formula (predicted Stretch formula and the one calculated for Price in the datatable) to optimize both responses :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1744888730911.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/74955i4B2AE9B2C31B830A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1744888730911.png" alt="Victor_G_1-1744888730911.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This would be the first approach you mention. As you already know the formula for Y2, it doesn't make sense to try to model it.&lt;/P&gt;
&lt;P&gt;It's not a problem of multicollinearity, as each coefficient could be determined independantly and precisely (without errors) with the design used (VIF = 1 and Std error = 0):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_2-1744889290395.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/74957i011B02181A9D7133/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_2-1744889290395.png" alt="Victor_G_2-1744889290395.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this response will help you,&lt;/P&gt;</description>
    <pubDate>Thu, 17 Apr 2025 11:33:11 GMT</pubDate>
    <dc:creator>Victor_G</dc:creator>
    <dc:date>2025-04-17T11:33:11Z</dc:date>
    <item>
      <title>Proper way to implement linear combination in DoE</title>
      <link>https://community.jmp.com/t5/Discussions/Proper-way-to-implement-linear-combination-in-DoE/m-p/868868#M103177</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working on an optimisation DoE to maximize a response&amp;nbsp;Y1 using three factors A, B, and C.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, I have a second Y2 response, which is a &lt;EM&gt;&lt;STRONG&gt;l&lt;/STRONG&gt;&lt;STRONG&gt;inear combination&lt;/STRONG&gt;&lt;/EM&gt; of A, B, and C. Y2 = aA + bB + cC (coefficients a, b, and c are known). &lt;EM&gt;&lt;STRONG&gt;The goal is to maximize Y1 and minimize Y2.&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I have two approaches in mind:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;First approach&lt;/STRONG&gt;: Build an RSM design for Y1 only. Then, after we have the data, compute the Y2 values using the formula and simultaneously optimize Y1 and Y2 using the prediction profiler.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Second approach&lt;/STRONG&gt;: Build an RSM design using Y1 and Y2, then fit the data. However, I will have a multicollinearity problem for the Y2 model.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Since we already have Y2's linear equation, for me, it doesn't make sense to include it in the design with Y1. So for now, I prefer the first approach. But I am not sure if there is anything else I should consider.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate your thoughts.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 09:49:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Proper-way-to-implement-linear-combination-in-DoE/m-p/868868#M103177</guid>
      <dc:creator>stat_mr_h</dc:creator>
      <dc:date>2025-04-17T09:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proper way to implement linear combination in DoE</title>
      <link>https://community.jmp.com/t5/Discussions/Proper-way-to-implement-linear-combination-in-DoE/m-p/868884#M103180</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/57828"&gt;@stat_mr_h&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems your response Y2 could be some kind of indicators/price response.&lt;/P&gt;
&lt;P&gt;Your design is built independantly of the responses, the design structure depends on your objectives, the factors (factors type, number of levels...), expected modeling complexity (assumed model), and a compromise between experimental budget and precision in the estimation of effects (aliasing structure, number of runs, replicate runs, ...).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could build a model for response Y1, use the prediction formula Y1 and theoritical formula response Y2 in the Profiler to try to optimize both responses.&lt;/P&gt;
&lt;P&gt;As an example on dataset "Bounce Data" with the response "Stretch", I added a column "Price" with a defined equation:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1744888629621.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/74954iC68F9C8DF279260C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1744888629621.png" alt="Victor_G_0-1744888629621.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Once a model build on response "Stretch" (Y1), I save the Stretch Prediction formula and &lt;A href="https://www.jmp.com/support/help/en/18.1/#page/jmp/launch-the-prediction-profiler-platform.shtml#ww460836" target="_blank" rel="noopener"&gt;Launch the Prediction Profiler Platform&lt;/A&gt;&amp;nbsp;with the two formula (predicted Stretch formula and the one calculated for Price in the datatable) to optimize both responses :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1744888730911.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/74955i4B2AE9B2C31B830A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1744888730911.png" alt="Victor_G_1-1744888730911.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This would be the first approach you mention. As you already know the formula for Y2, it doesn't make sense to try to model it.&lt;/P&gt;
&lt;P&gt;It's not a problem of multicollinearity, as each coefficient could be determined independantly and precisely (without errors) with the design used (VIF = 1 and Std error = 0):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_2-1744889290395.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/74957i011B02181A9D7133/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_2-1744889290395.png" alt="Victor_G_2-1744889290395.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this response will help you,&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 11:33:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Proper-way-to-implement-linear-combination-in-DoE/m-p/868884#M103180</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2025-04-17T11:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proper way to implement linear combination in DoE</title>
      <link>https://community.jmp.com/t5/Discussions/Proper-way-to-implement-linear-combination-in-DoE/m-p/869014#M103189</link>
      <description>&lt;P&gt;For me, I find it really difficult to deal with these issues "conceptually". &amp;nbsp;It really depends on the situation. &amp;nbsp;I don't know what "proper way" means! &amp;nbsp;For example, there are options:&lt;/P&gt;
&lt;P&gt;Perform correlation between the 2 Y's. &amp;nbsp;How are they correlated?&lt;/P&gt;
&lt;P&gt;Create a contour plot (response surface) for each Y and overlay them. &amp;nbsp;If the optimums for each response does not coincide, then look for other factors (this means move the space dimensionally away from where it is at).&lt;/P&gt;
&lt;P&gt;Develop alternate response variables or possible transformations&lt;/P&gt;
&lt;P&gt;Perform simultaneous equation solutions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree with Victor, you won't have a multicollinearity problem. &amp;nbsp;Multicollinearity is with correlated x's not Y's. &amp;nbsp;You may have x's that conflict and need to be set differently to achieve both Y1 and Y2 and therein lies the potential issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 18:20:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Proper-way-to-implement-linear-combination-in-DoE/m-p/869014#M103189</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2025-04-17T18:20:11Z</dc:date>
    </item>
  </channel>
</rss>

