<?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: sas pls in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383351#M19949</link>
    <description>&lt;P&gt;I'd say its impossible to answer that question unless you show us your code.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2017 18:35:05 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2017-07-27T18:35:05Z</dc:date>
    <item>
      <title>SAS PLS procedure output data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383254#M19948</link>
      <description>&lt;P&gt;I am using sas 9.3 version. In the out model data set from proc pls procedure, what does the letters 'WB', 'PQ' and 'V' mean?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 18:47:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383254#M19948</guid>
      <dc:creator>variety</dc:creator>
      <dc:date>2017-07-27T18:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: sas pls</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383351#M19949</link>
      <description>&lt;P&gt;I'd say its impossible to answer that question unless you show us your code.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 18:35:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383351#M19949</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-07-27T18:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: sas pls</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383425#M19950</link>
      <description>&lt;P&gt;I think these are TYPE values indicating various coefficients, which you can then use for post processing. &amp;nbsp;You might glean more &lt;A href="https://support.sas.com/rnd/app/stat/papers/plsex.pdf" target="_self"&gt;from this paper about using PROC PLS&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 18:44:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383425#M19950</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-07-27T18:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: sas pls</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383430#M19951</link>
      <description>&lt;P&gt;I read that paper before posting the question. I still couldn't understand the full form of WB, PQ and V. The best I can find is:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"standard PLS model parameters, WB contains W and B, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PQ&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;contains P and Q, and V contains the proportion of variability explained."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 18:56:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383430#M19951</guid>
      <dc:creator>variety</dc:creator>
      <dc:date>2017-07-27T18:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: sas pls</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383478#M19953</link>
      <description>&lt;P&gt;For the 2nd time, I request that you please show us your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you state&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;"standard PLS model parameters, WB contains W and B, PQ&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;contains P and Q, and V contains the proportion of variability explained."&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Where do you see this? It is not in the linked article about PLS&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 20:25:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383478#M19953</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-07-27T20:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: sas pls</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383511#M19955</link>
      <description>&lt;P&gt;SAS Code:&lt;/P&gt;&lt;P&gt;proc pls data=problem cv=one details censcale plots=all outmodel=est1;&lt;BR /&gt;model Y=X1-X16/solution;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc print data=est1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the est1 ouput I get Obs, _LV_, TYPE&lt;/P&gt;&lt;P&gt;In the TYPE, I get WB, PQ, V, V.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know W means Weights and B means beta coefficients. I am just trying to double check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the answer I posted is not from the article. It is from a quick google search.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 22:01:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383511#M19955</guid>
      <dc:creator>variety</dc:creator>
      <dc:date>2017-07-27T22:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: sas pls</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383513#M19956</link>
      <description>&lt;P&gt;The SAS documentation that I have does not show any such option named OUTMODEL in the PROC PLS statement.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?cdcId=statcdc&amp;amp;cdcVersion=14.2&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_pls_syntax01.htm&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?cdcId=statcdc&amp;amp;cdcVersion=14.2&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_pls_syntax01.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;BR /&gt;
&lt;P&gt;the answer I posted is not from the article. It is from a quick google search.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please give us the link so we can all see what you are seeing&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 23:19:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383513#M19956</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-07-27T23:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: sas pls</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383537#M19959</link>
      <description>&lt;P&gt;I don't know why your documentation doesn't contain OUTMODEL statement. There is an entire section dedicated in SAS 9.3 user guide to describe the OUTMODEL function. You can check it on page 1180 on SAS 9.3 user guide here.&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/PDF/default/statug.pdf" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63962/PDF/default/statug.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The link I was telling you about is here:&amp;nbsp;&lt;A href="http://comp.soft-sys.sas.narkive.com/2LXXqkjw/pls-procedure-outmodel" target="_blank"&gt;http://comp.soft-sys.sas.narkive.com/2LXXqkjw/pls-procedure-outmodel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc PLS procedure contains OUTMODEL function. OUTMODEL creates an output data set that contains the model information for the analysis, the parameter estimates, and their standard errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 02:34:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383537#M19959</guid>
      <dc:creator>variety</dc:creator>
      <dc:date>2017-07-28T02:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: sas pls</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383624#M19960</link>
      <description>&lt;P&gt;Your link to documentation showing OUTMODEL on page 1180 refers to PROC CALIS and not PROC PLS. So I don't see how it is relevant at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your other link to the comp.soft-sys.sas archive seems to be referring to version SAS 6.11 which did have an outmodel option, again not relevant here, although it's good to see I was replying to this question back in 2006, and giving the same answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But all of this won't get us anywhere. The PROC PLS OUTMODEL option, if it exists, is currently undocumented, and so only people at SAS can tell you what it does and what it means, outsiders like me cannot possibly know what it does.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't need this mysterious OUTMODEL option anyway. If you want to save the results of your PLS model fit into SAS data sets, it can all be saved using ODS OUTPUT, which is what I do. All of the options available to save the results of PROC PLS via ODS OUTPUT are given here: &lt;A href="http://documentation.sas.com/?cdcId=statcdc&amp;amp;cdcVersion=14.2&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_pls_details11.htm&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?cdcId=statcdc&amp;amp;cdcVersion=14.2&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_pls_details11.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And here's the main benefit: if you use ODS OUTPUT, then everything is documented and explainable.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 11:53:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-PLS-procedure-output-data/m-p/383624#M19960</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-07-28T11:53:39Z</dc:date>
    </item>
  </channel>
</rss>

