<?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: Using DOE to optimize a process in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Using-DOE-to-optimize-a-process/m-p/421793#M67062</link>
    <description>&lt;P&gt;Wow. This is quite a complicated example. I can't see anything wrong with how you have modelled the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because your responses are bound by 0 and 100 then, strictly speaking, they should not be modelled with a normal distribution, as you have suggested in your question. The normal distribution assumes values can take any value from negative infinity to positive infinity. In practice, we can usefully model lots of responses that do not really follow a normal distribution - the normal distribution is often a good enough approximation. In your case, given that the responses are mostly distributed well within those bounds, the normal distribution will still be a useful model. However, if you see predictions from your model that are below 0 or above 100, you can workaround this by using a LogitPct transform to your response variable in Fit Model, which is commonly used for responses that are on a % scale, e.g. %yield. But I don't think this will make much difference in your case.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Sep 2021 15:46:50 GMT</pubDate>
    <dc:creator>Phil_Kay</dc:creator>
    <dc:date>2021-09-28T15:46:50Z</dc:date>
    <item>
      <title>Using DOE to optimize a process</title>
      <link>https://community.jmp.com/t5/Discussions/Using-DOE-to-optimize-a-process/m-p/421539#M67041</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;Dear JMP-Community,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;I want to optimize a process. I have 5 factors (X1 –X5), whereof one is a hard-to-change factor (X3) and 10 response variables (Y1-Y10). Responses are measured with a trained sensory panel (8 – 11 assessors). Each assessor can evaluate 3 samples per whole plot (=day). The assessors evaluate the intensities of the defined attributes (=responses) using an unstructured line scale (0 = lowest intensity; 100 = highest intensity).&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;I created a custom split plot RSM design with 27 treatments. Each assessor is evaluating all 27 treatments (so each treatment is evaluated more than once to gain a more precise result). For fitting the model, I named the treatments as Sample and used it as Random Effect in my model (so there are 27 samples with 8 – 10 data points (evaluation of a sample by different assessor); in total 224 runs).&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;I fitted my model as follows:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;Fit Model(&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;Y( :Y1 ),&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;Effects( :X1, :X2, :X3, :X4, :X5 ),&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;Random Effects( :Whole Plot, :Sample, :Assessor ),&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;NoBounds( 1 ),&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;Personality( "Standard Least Squares" ),&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;Method( "REML" ),&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;Emphasis( "Minimal Report" )&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;Since it is my first design ever, I am unsure whether my design and model are correct. Have I set up my model correctly? And is a normal distribution met enough to fit the model as mentioned?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;Are there any errors or do you have suggestions for improvement?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;I have attached my design and design evaluation (pdf file) and my data (jmp file).&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 21:06:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-DOE-to-optimize-a-process/m-p/421539#M67041</guid>
      <dc:creator>kjl</dc:creator>
      <dc:date>2023-06-08T21:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using DOE to optimize a process</title>
      <link>https://community.jmp.com/t5/Discussions/Using-DOE-to-optimize-a-process/m-p/421793#M67062</link>
      <description>&lt;P&gt;Wow. This is quite a complicated example. I can't see anything wrong with how you have modelled the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because your responses are bound by 0 and 100 then, strictly speaking, they should not be modelled with a normal distribution, as you have suggested in your question. The normal distribution assumes values can take any value from negative infinity to positive infinity. In practice, we can usefully model lots of responses that do not really follow a normal distribution - the normal distribution is often a good enough approximation. In your case, given that the responses are mostly distributed well within those bounds, the normal distribution will still be a useful model. However, if you see predictions from your model that are below 0 or above 100, you can workaround this by using a LogitPct transform to your response variable in Fit Model, which is commonly used for responses that are on a % scale, e.g. %yield. But I don't think this will make much difference in your case.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 15:46:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-DOE-to-optimize-a-process/m-p/421793#M67062</guid>
      <dc:creator>Phil_Kay</dc:creator>
      <dc:date>2021-09-28T15:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using DOE to optimize a process</title>
      <link>https://community.jmp.com/t5/Discussions/Using-DOE-to-optimize-a-process/m-p/421920#M67082</link>
      <description>Thanks for your supportive reply</description>
      <pubDate>Wed, 29 Sep 2021 06:01:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-DOE-to-optimize-a-process/m-p/421920#M67082</guid>
      <dc:creator>kjl</dc:creator>
      <dc:date>2021-09-29T06:01:18Z</dc:date>
    </item>
  </channel>
</rss>

