<?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: Lack of fit test in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Lack-of-fit-test/m-p/19132#M17447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a million!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a great answer, although I didn't find the &lt;STRONG&gt;Combine Column, &lt;/STRONG&gt;​I am using JMP Pro 11.0, but I got the idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 22:19:54 GMT</pubDate>
    <dc:creator>juvelva</dc:creator>
    <dc:date>2016-06-23T22:19:54Z</dc:date>
    <item>
      <title>Lack of fit test</title>
      <link>https://community.jmp.com/t5/Discussions/Lack-of-fit-test/m-p/19130#M17445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all JMPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what saturated model is used in the LACK OF FIT test? More specifically, when running Fit Model, say by Standard Least Squares, I get the table of Lack Of Fit as following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11868_lack_of_fit_test.jpg" style="width: 345px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3293iFF586F4CCAF85FB6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="11868_lack_of_fit_test.jpg" alt="11868_lack_of_fit_test.jpg" /&gt;&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My understanding is that:&lt;/P&gt;&lt;P&gt;1) p-value gives me that the model can be improved by adding interaction terms,&lt;/P&gt;&lt;P&gt;2) Max RSq is obtained by the saturated model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my understanding correct? If so, is there a way I can get the saturated model in JMP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 03:10:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Lack-of-fit-test/m-p/19130#M17445</guid>
      <dc:creator>juvelva</dc:creator>
      <dc:date>2016-10-19T03:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Lack of fit test</title>
      <link>https://community.jmp.com/t5/Discussions/Lack-of-fit-test/m-p/19131#M17446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, your understating is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;If so, is there a way I can get the saturated model in JMP?&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Yes, you can run such model with some data prep.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(Caution-&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;a saturated model is over-parameterized to the point that it is essentially interpolating the data. It is not a sound modeling practice.)&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN style="color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; background-color: rgba(252, 251, 248, 0.901961);"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) The screenshot shows a linear regression fit to predict HEIGHT with SEX and WEIGHT as predictors. Although this main effect model doesn't appears to be under-fit, &lt;SPAN style="font-size: 13.3333px;"&gt;Max &lt;/SPAN&gt;R Sq indicates a saturated model would achieve R Sq at 0.8872.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11883_pastedImage_2.png" style="width: 457px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3299i3AC31BE7F93B7F76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="11883_pastedImage_2.png" alt="11883_pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(2) To do this Combine predictor variables to form a grouping variable, SEX_WEIGHT, so that I can assigns a parameter to each unique combination of the predictors. Use the &lt;STRONG&gt;Combine Columns&lt;/STRONG&gt; to get it&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11884_pastedImage_4.png" style="width: 662px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3300i467DDBE0EF5A4997/image-size/medium?v=v2&amp;amp;px=400" role="button" title="11884_pastedImage_4.png" alt="11884_pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(3) Refit the model using SEX_WEIGHT as the predictor . As shown, R Square is indeed 0.8872. There are 32 parameter estimates (plus intercept)&amp;nbsp; in the model.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11885_pastedImage_23.png" style="width: 678px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3301i3E912F8219F7CCB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="11885_pastedImage_23.png" alt="11885_pastedImage_23.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 03:11:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Lack-of-fit-test/m-p/19131#M17446</guid>
      <dc:creator>jiancao</dc:creator>
      <dc:date>2016-10-19T03:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Lack of fit test</title>
      <link>https://community.jmp.com/t5/Discussions/Lack-of-fit-test/m-p/19132#M17447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a million!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a great answer, although I didn't find the &lt;STRONG&gt;Combine Column, &lt;/STRONG&gt;​I am using JMP Pro 11.0, but I got the idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 22:19:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Lack-of-fit-test/m-p/19132#M17447</guid>
      <dc:creator>juvelva</dc:creator>
      <dc:date>2016-06-23T22:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lack of fit test</title>
      <link>https://community.jmp.com/t5/Discussions/Lack-of-fit-test/m-p/19133#M17448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;STRONG&gt; Combine Columns&lt;/STRONG&gt; along with many other column utilities were&lt;STRONG&gt; &lt;/STRONG&gt;added&amp;nbsp; in JMP 12&lt;STRONG&gt;. &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 12:32:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Lack-of-fit-test/m-p/19133#M17448</guid>
      <dc:creator>jiancao</dc:creator>
      <dc:date>2016-06-24T12:32:35Z</dc:date>
    </item>
  </channel>
</rss>

