<?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: Proc PLS Viya 4 output tables VIP and Predictors Coeff in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953834#M83822</link>
    <description>&lt;P&gt;I don't see the log. You have to show us the full log for PROC PLS, from the top where PROC PLS appears in the log, down to the last NOTE after PROC PLS, every line in the log between PROC PLS and the last NOTE. Screen captures are not preferred; copy the log as text and paste it into the window that appears when you click on the &amp;lt;/&amp;gt; icon.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Dec 2024 12:48:00 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2024-12-17T12:48:00Z</dc:date>
    <item>
      <title>Proc PLS Viya 4 output tables VIP and Predictors Coeff</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953813#M83816</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to know if there is any way to output the tables&amp;nbsp;VIP and Predictors Coeff for these plots using Proc PLS on Viya 4.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="harmonic_0-1734429469708.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103073iABD58FBE17FAA7D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="harmonic_0-1734429469708.png" alt="harmonic_0-1734429469708.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="harmonic_1-1734429494103.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103074iA448B1F8022B0E3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="harmonic_1-1734429494103.png" alt="harmonic_1-1734429494103.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For the first table I tried ods output VariableImportancePlot=vip but doesn't work, and for the second one I didn't find any comand.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 09:58:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953813#M83816</guid>
      <dc:creator>harmonic</dc:creator>
      <dc:date>2024-12-17T09:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PLS Viya 4 output tables VIP and Predictors Coeff</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953815#M83817</link>
      <description>&lt;P&gt;The answer to your first question is here: &lt;A href="https://communities.sas.com/t5/Statistical-Procedures/VIP-values-in-PLS/m-p/114388#M6021" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/Statistical-Procedures/VIP-values-in-PLS/m-p/114388#M6021&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you said you tried that command "but doesn't work", please provide more information about what you did (the full PROC PLS code), what happened and what you saw that indicated it didn't work. Please, in the future, do not ever say "but doesn't work" by itself without more explanation that I just asked for..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding your second question, you have to output the regression coefficients to a SAS data set and plot from there. Please use the command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output parameterestimates=parms;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 10:41:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953815#M83817</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-12-17T10:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PLS Viya 4 output tables VIP and Predictors Coeff</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953816#M83818</link>
      <description>It means doesn't output anything, I already tried the solution you proposed for the first table as I wrote above.</description>
      <pubDate>Tue, 17 Dec 2024 10:50:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953816#M83818</guid>
      <dc:creator>harmonic</dc:creator>
      <dc:date>2024-12-17T10:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PLS Viya 4 output tables VIP and Predictors Coeff</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953817#M83819</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/449771"&gt;@harmonic&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;It means doesn't output anything, I already tried the solution you proposed for the first table as I wrote above.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Help us help you!&lt;/P&gt;
&lt;P&gt;There must be a SAS log somewhere that should provide a bit more info. Please share this log and the code you've used. Ideally also share sample data in the form of a SAS data step that works with your code so we can replicate what you describe.&lt;/P&gt;
&lt;P&gt;And last but not least also tell us the exact SAS version you're using.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 10:55:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953817#M83819</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-12-17T10:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PLS Viya 4 output tables VIP and Predictors Coeff</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953824#M83820</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/449771"&gt;@harmonic&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show us the code! Show us the log!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 11:12:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953824#M83820</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-12-17T11:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PLS Viya 4 output tables VIP and Predictors Coeff</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953828#M83821</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/449771"&gt;@harmonic&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;It means doesn't output anything, I already tried the solution you proposed for the first table as I wrote above.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Help us help you!&lt;/P&gt;
&lt;P&gt;There must be a SAS log somewhere that should provide a bit more info. Please share this log and the code you've used. Ideally also share sample data in the form of a SAS data step that works with your code so we can replicate what you describe.&lt;/P&gt;
&lt;P&gt;And last but not least also tell us the exact SAS version you're using.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	proc pls data=campione_full cv=one method=PLS(algorithm=SVD) cvtest(seed=17112003 stat=press nsamp=1000) CENSCALE details plot=(XYScores ParmProfiles VIP);
/* 		class &amp;amp;class_var.; */
		ods output XWeights=outsim.&amp;amp;versione_modello._&amp;amp;versione_simu._XWeights 
Weights=outsim.&amp;amp;versione_modello._&amp;amp;versione_simu._YWeights 
ParameterEstimates=outsim.&amp;amp;versione_modello._&amp;amp;versione_simu._Pest 
VariableImportancePlot=outsim.&amp;amp;versione_modello._&amp;amp;versione_simu._VarImp;
		model tgt_n_interferenze =	&amp;amp;num_var. / solution; 
		output out=outsim.&amp;amp;versione_modello._&amp;amp;versione_simu._pls_factors xscore=pls_factor_  yscore=yscore_  predicted=predict_1-predict_15 
								xresidual=xresid_1-xresid_15 yresidual=yresid_1-yresid_15
								STDX=STDX_1-STDX_15 STDY=STDY_1-STDY_15;
	run;

	ods pdf close;
	ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are the available tables, I can't open pest&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="harmonic_4-1734434844760.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103080i570D2F0D71ED55B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="harmonic_4-1734434844760.png" alt="harmonic_4-1734434844760.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="harmonic_3-1734434823732.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103079iC3A27A94ACE4270D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="harmonic_3-1734434823732.png" alt="harmonic_3-1734434823732.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: The data set OUTSIM.M08F_VS801A1_D01_VARIMP has 71 observations and 2 variables.&lt;BR /&gt;NOTE: Compressing data set OUTSIM.M08F_VS801A1_D01_VARIMP increased size by 100.00 percent. &lt;BR /&gt;Compressed is 2 pages; un-compressed would require 1 pages.&lt;BR /&gt;NOTE: The data set OUTSIM.M08F_VS801A1_D01_PEST has 72 observations and 2 variables.&lt;BR /&gt;NOTE: Compressing data set OUTSIM.M08F_VS801A1_D01_PEST increased size by 100.00 percent. &lt;BR /&gt;Compressed is 2 pages; un-compressed would require 1 pages.&lt;BR /&gt;NOTE: The data set OUTSIM.M08F_VS801A1_D01_XWEIGHTS has 8 observations and 73 variables.&lt;BR /&gt;NOTE: Compressing data set OUTSIM.M08F_VS801A1_D01_XWEIGHTS increased size by 100.00 percent. &lt;BR /&gt;Compressed is 2 pages; un-compressed would require 1 pages.&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>Tue, 17 Dec 2024 11:30:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953828#M83821</guid>
      <dc:creator>harmonic</dc:creator>
      <dc:date>2024-12-17T11:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PLS Viya 4 output tables VIP and Predictors Coeff</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953834#M83822</link>
      <description>&lt;P&gt;I don't see the log. You have to show us the full log for PROC PLS, from the top where PROC PLS appears in the log, down to the last NOTE after PROC PLS, every line in the log between PROC PLS and the last NOTE. Screen captures are not preferred; copy the log as text and paste it into the window that appears when you click on the &amp;lt;/&amp;gt; icon.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 12:48:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953834#M83822</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-12-17T12:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PLS Viya 4 output tables VIP and Predictors Coeff</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953966#M83824</link>
      <description>&lt;P&gt;The error you posted above looks like you are not trying to open the same data set. PROC PLS created OUTSIM.M08F_VS801A1_D01_PEST but your error message shows you are trying to open _TEMP16.M08F_VS801A1_D01_PEST.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We're trying to help you, but you have to help us as well. From now on, when we request the log, we want the log provided as we requested, which is not as a file attachment, but as stated above "copy the log as text and paste it into the window that appears when you click on the &amp;lt;/&amp;gt; icon". We don't want hundreds of lines of the log before PROC PLS, we want the log between the line that says PROC PLS and the last line of the log for PROC PLS which is the NOTEs after the PROC PLS code.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 10:41:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PLS-Viya-4-output-tables-VIP-and-Predictors-Coeff/m-p/953966#M83824</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-12-18T10:41:38Z</dc:date>
    </item>
  </channel>
</rss>

