<?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: PLS procedure in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PLS-procedure/m-p/612008#M29598</link>
    <description>&lt;P&gt;Please define what you mean by "pre-treatment".&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2019 13:10:19 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-12-16T13:10:19Z</dc:date>
    <item>
      <title>PLS procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PLS-procedure/m-p/612001#M29597</link>
      <description>&lt;P&gt;Hello, I am building a very customized model in SAS, and requires PLS procedure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is that the X variables have a complicated structure and requires individual data pre-treatment, and this has been done using separate codes. The Y variables consist of a set of responses which are using standard pre-treatment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, I am using the statement below, where the pre-treatment of X and Y variables has been supressed. The issue for this is that the predicted results are the prediction that has been 'pre-treated'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC PLS CV=ONE DATA=&amp;amp;EM_IMPORT_DATA METHOD=PLS NOCENTER NOSCALE NFAC=6 MISSING=AVG;&lt;BR /&gt;&amp;nbsp;MODEL &amp;amp;Y1 = &amp;amp;X1 &amp;amp;X2 &amp;amp;X3 &amp;amp;X4 &amp;amp;X5 &amp;amp;X6 &amp;amp;X7 &amp;amp;X8 &amp;amp;X9 &amp;amp;X10 &amp;amp;X11 &amp;amp;X12 &amp;amp;X13;&lt;BR /&gt;&amp;nbsp;ODS output ParameterEstimates=Parm;&lt;BR /&gt;&amp;nbsp;OUTPUT out=plsout p=p1 p2&amp;nbsp;p3 p4 p5;&lt;BR /&gt;QUIT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I have some advice that if the PLS procedure can do the pre-treatment separately for X and Y variables, e.g. supress X variables pre-treatment while standardize Y variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your kind help on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 12:42:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PLS-procedure/m-p/612001#M29597</guid>
      <dc:creator>Jonison</dc:creator>
      <dc:date>2019-12-16T12:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: PLS procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PLS-procedure/m-p/612008#M29598</link>
      <description>&lt;P&gt;Please define what you mean by "pre-treatment".&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 13:10:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PLS-procedure/m-p/612008#M29598</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-12-16T13:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: PLS procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PLS-procedure/m-p/612018#M29599</link>
      <description>In this example, it is standardize.&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Dec 2019 13:34:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PLS-procedure/m-p/612018#M29599</guid>
      <dc:creator>Jonison</dc:creator>
      <dc:date>2019-12-16T13:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: PLS procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PLS-procedure/m-p/612019#M29600</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/277798"&gt;@Jonison&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;BR /&gt;Can I have some advice that if the PLS procedure can do the pre-treatment separately for X and Y variables, e.g. supress X variables pre-treatment while standardize Y variables.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you want to standardize X and Y separately, where X is not standardized while Y is standardized, this would have to be done using code to modify the data appropriately before PROC PLS runs. Then in PROC PLS you would use the NOCENTER and NOSCALE options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that if you don't standardize the X variables, the variables with larger variances will tend to have larger effects in prediction (which may be the right thing to do in some applications, but the wrong thing to do in other applications).&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 14:08:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PLS-procedure/m-p/612019#M29600</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-12-16T14:08:53Z</dc:date>
    </item>
  </channel>
</rss>

