<?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: how to get dmodx and T2 for predictions in PLS in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-get-dmodx-and-T2-for-predictions-in-PLS/m-p/49949#M28412</link>
    <description>Hello, thanks, but what I really need is the DModX and the T2 for the added rows of the unknowns. The columns for DModX and T2 do not get updated, unlike the columns for the predicted formula Y and predicted SE Y.&lt;BR /&gt;Kind regards !&lt;BR /&gt;Mk&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Jan 2018 17:31:05 GMT</pubDate>
    <dc:creator>mauritz</dc:creator>
    <dc:date>2018-01-22T17:31:05Z</dc:date>
    <item>
      <title>how to get dmodx and T2 for predictions in PLS</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-get-dmodx-and-T2-for-predictions-in-PLS/m-p/49899#M28377</link>
      <description>&lt;P&gt;In the PLS-module it is straightforward to save the prediction formula and the standard error of prediction formula.&lt;/P&gt;&lt;P&gt;Is there also a way to save the DModX / DModY / T2 for the predictions, for additional outlier detection ?&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2018 13:51:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-get-dmodx-and-T2-for-predictions-in-PLS/m-p/49899#M28377</guid>
      <dc:creator>mauritz</dc:creator>
      <dc:date>2018-01-21T13:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to get dmodx and T2 for predictions in PLS</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-get-dmodx-and-T2-for-predictions-in-PLS/m-p/49938#M28404</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look under the red hot spot for your model (NIPALS or SIMPLS) - go to Save Columns and save T Square and Distance.&amp;nbsp; Distance will save DModX and DModY values.&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture7.JPG" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8996i6B2D3BEA032DABB3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture7.JPG" alt="Capture7.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 15:18:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-get-dmodx-and-T2-for-predictions-in-PLS/m-p/49938#M28404</guid>
      <dc:creator>Bill_Worley</dc:creator>
      <dc:date>2018-01-22T15:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to get dmodx and T2 for predictions in PLS</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-get-dmodx-and-T2-for-predictions-in-PLS/m-p/49949#M28412</link>
      <description>Hello, thanks, but what I really need is the DModX and the T2 for the added rows of the unknowns. The columns for DModX and T2 do not get updated, unlike the columns for the predicted formula Y and predicted SE Y.&lt;BR /&gt;Kind regards !&lt;BR /&gt;Mk&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jan 2018 17:31:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-get-dmodx-and-T2-for-predictions-in-PLS/m-p/49949#M28412</guid>
      <dc:creator>mauritz</dc:creator>
      <dc:date>2018-01-22T17:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to get dmodx and T2 for predictions in PLS</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-get-dmodx-and-T2-for-predictions-in-PLS/m-p/49962#M28421</link>
      <description>&lt;P&gt;My apologies, I&amp;nbsp;should have checked to see if those were saved as formula columns&amp;nbsp;in the PLS platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get DModX and T square formulas from the Prinipal Components platform if that helps.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 19:11:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-get-dmodx-and-T2-for-predictions-in-PLS/m-p/49962#M28421</guid>
      <dc:creator>Bill_Worley</dc:creator>
      <dc:date>2018-01-22T19:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to get dmodx and T2 for predictions in PLS</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-get-dmodx-and-T2-for-predictions-in-PLS/m-p/49976#M28428</link>
      <description>&lt;P&gt;Something like this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Tiretread.jmp" );
//DModX formlula from the Principal Components Platform
obj1=dt &amp;lt;&amp;lt; Principal Components(
      Y( :ABRASION, :MODULUS, :ELONG, :HARDNESS ),
      Estimation Method( "Default" ),"on Correlations");
obj1 &amp;lt;&amp;lt; Save DMODX( 3 );
formula1= :DModX&amp;lt;&amp;lt;get formula();
 
//T Square formlula from the Multivariate Platform
obj2=dt&amp;lt;&amp;lt;Multivariate(
      Y( :ABRASION, :MODULUS, :ELONG, :HARDNESS ));
obj2 &amp;lt;&amp;lt; T Square(1, Save T Square);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jan 2018 20:47:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-get-dmodx-and-T2-for-predictions-in-PLS/m-p/49976#M28428</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2018-01-22T20:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to get dmodx and T2 for predictions in PLS</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-get-dmodx-and-T2-for-predictions-in-PLS/m-p/50339#M28635</link>
      <description>I would love to be able to do something similar for PLS : the PC’s of PCA will however not suffice : I really would like to see if there are outliers in PLS-factors for Dmodx en T2 !&lt;BR /&gt;Mauritz&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Jan 2018 18:22:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-get-dmodx-and-T2-for-predictions-in-PLS/m-p/50339#M28635</guid>
      <dc:creator>mauritz</dc:creator>
      <dc:date>2018-01-27T18:22:05Z</dc:date>
    </item>
  </channel>
</rss>

