<?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: When creating a DoE, is the modelling type or design role or both considered? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/When-creating-a-DoE-is-the-modelling-type-or-design-role-or-both/m-p/411305#M66080</link>
    <description>&lt;P&gt;If a factor is a character string, JMP will treat the factor as discrete. That means that the levels are just names and there is no implied order (ordinal and nominal are treated the same -- remember that in the Custom Designer JMP does not ask for the modeling type). The disadvantage for a truly categorical factor is that interpolation cannot be used to help estimate the parameters at the various levels. You MUST take data at each level, and taking fewer data points at a level will decrease the estimation of the parameter for that level.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If a factor is made as discrete numeric, JMP will create the factor as continuous. The key difference is that in order to achieve all of the discrete levels, JMP will add additional "if possible" terms to the model to force the extra levels. For your example, it would add an extra squared term for your factor to ensure that the "2" level will appear in the design. This approach MIGHT lead to the middle level not being chosen as often as if the character string were used. Why? Because if the factor truly is continuous, then interpolation will can help us in the parameter estimation. I know a bit more about the middle of the factor range because I will have data collected at the low and high settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally, if a factor can be treated as continuous, I would recommend making it continuous for the design. But if that is the case I would then question: why are you needing three levels? Mathematically the only reason for the third level is to estimate curvature. If that is the case, then the model should have a squared term in it. So there is lots of discussion to be had around the factors and which way they should be treated, but I think most of those answers are based on subject matter knowledge.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ultimately, create the design both ways. Which has better properties that meet your needs?&lt;/P&gt;</description>
    <pubDate>Thu, 19 Aug 2021 15:52:57 GMT</pubDate>
    <dc:creator>Dan_Obermiller</dc:creator>
    <dc:date>2021-08-19T15:52:57Z</dc:date>
    <item>
      <title>When creating a DoE, is the modelling type or design role or both considered?</title>
      <link>https://community.jmp.com/t5/Discussions/When-creating-a-DoE-is-the-modelling-type-or-design-role-or-both/m-p/411270#M66074</link>
      <description>&lt;P&gt;Our experiment has a factor which is set to "low" / "middle" / "high" - these levels will be adjusted by a mix of settings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data Type is set to Character&lt;/P&gt;&lt;P&gt;Modeling Type is set to Ordinal&lt;/P&gt;&lt;P&gt;Design role is set to Categorical&lt;/P&gt;&lt;P&gt;Value Order is set to&amp;nbsp; "low" / "middle" / "high"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does JMP create the design with that information, that low is lower than middle, etc.?&lt;/P&gt;&lt;P&gt;Or will it be the same design as with three categorical factors which have no order or relation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The alternative is to rename&amp;nbsp;"low" / "middle" / "high" into "1" / "2" / "3" with&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data Type set to Numeric&lt;/P&gt;&lt;P&gt;Modeling Type set to Ordinal&lt;/P&gt;&lt;P&gt;Design role set to Discrete Numeric&lt;/P&gt;&lt;P&gt;For our experiment, we need less recommended runs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which way is the correct way or how do we decide which one to use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help!&lt;/P&gt;&lt;P&gt;Daniella&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 21:05:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/When-creating-a-DoE-is-the-modelling-type-or-design-role-or-both/m-p/411270#M66074</guid>
      <dc:creator>DaniellaS</dc:creator>
      <dc:date>2023-06-08T21:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: When creating a DoE, is the modelling type or design role or both considered?</title>
      <link>https://community.jmp.com/t5/Discussions/When-creating-a-DoE-is-the-modelling-type-or-design-role-or-both/m-p/411305#M66080</link>
      <description>&lt;P&gt;If a factor is a character string, JMP will treat the factor as discrete. That means that the levels are just names and there is no implied order (ordinal and nominal are treated the same -- remember that in the Custom Designer JMP does not ask for the modeling type). The disadvantage for a truly categorical factor is that interpolation cannot be used to help estimate the parameters at the various levels. You MUST take data at each level, and taking fewer data points at a level will decrease the estimation of the parameter for that level.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If a factor is made as discrete numeric, JMP will create the factor as continuous. The key difference is that in order to achieve all of the discrete levels, JMP will add additional "if possible" terms to the model to force the extra levels. For your example, it would add an extra squared term for your factor to ensure that the "2" level will appear in the design. This approach MIGHT lead to the middle level not being chosen as often as if the character string were used. Why? Because if the factor truly is continuous, then interpolation will can help us in the parameter estimation. I know a bit more about the middle of the factor range because I will have data collected at the low and high settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally, if a factor can be treated as continuous, I would recommend making it continuous for the design. But if that is the case I would then question: why are you needing three levels? Mathematically the only reason for the third level is to estimate curvature. If that is the case, then the model should have a squared term in it. So there is lots of discussion to be had around the factors and which way they should be treated, but I think most of those answers are based on subject matter knowledge.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ultimately, create the design both ways. Which has better properties that meet your needs?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 15:52:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/When-creating-a-DoE-is-the-modelling-type-or-design-role-or-both/m-p/411305#M66080</guid>
      <dc:creator>Dan_Obermiller</dc:creator>
      <dc:date>2021-08-19T15:52:57Z</dc:date>
    </item>
  </channel>
</rss>

