<?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 PROC PLS RESULTADOS PREDITOS IGUAIS in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/PROC-PLS-RESULTADOS-PREDITOS-IGUAIS/m-p/529296#M6887</link>
    <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;O que você está fazendo? &lt;/FONT&gt;&lt;FONT&gt;a analise é para predizer valores de um composto em amostras. &lt;/FONT&gt;&lt;FONT&gt;Você tem os valores preditos adicionados todos iguais. &lt;/FONT&gt;&lt;FONT&gt;Alguém pode me ajudar?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;porque os valores aparecem a igual e que fazem para corrigi-los.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;obrigada..&lt;/FONT&gt;&lt;/FONT&gt;&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;PRE&gt;PROC PLS DATA = composto MÉTODO = pls nfac = 12 cv = bloco (7) PLOTS = (diagnósticos); 
MODELO COMPOSTO = a1-a1401; 
output out = preditos2 p = p_composto; 
corre; 
ods gráficos desativados; 

proc print data = preditos2; 
var p_composto composto; 
corre;

 &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jan 2019 00:25:03 GMT</pubDate>
    <dc:creator>deysealves</dc:creator>
    <dc:date>2019-01-23T00:25:03Z</dc:date>
    <item>
      <title>PROC PLS RESULTADOS PREDITOS IGUAIS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/PROC-PLS-RESULTADOS-PREDITOS-IGUAIS/m-p/529296#M6887</link>
      <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;O que você está fazendo? &lt;/FONT&gt;&lt;FONT&gt;a analise é para predizer valores de um composto em amostras. &lt;/FONT&gt;&lt;FONT&gt;Você tem os valores preditos adicionados todos iguais. &lt;/FONT&gt;&lt;FONT&gt;Alguém pode me ajudar?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;porque os valores aparecem a igual e que fazem para corrigi-los.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;obrigada..&lt;/FONT&gt;&lt;/FONT&gt;&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;PRE&gt;PROC PLS DATA = composto MÉTODO = pls nfac = 12 cv = bloco (7) PLOTS = (diagnósticos); 
MODELO COMPOSTO = a1-a1401; 
output out = preditos2 p = p_composto; 
corre; 
ods gráficos desativados; 

proc print data = preditos2; 
var p_composto composto; 
corre;

 &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 00:25:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/PROC-PLS-RESULTADOS-PREDITOS-IGUAIS/m-p/529296#M6887</guid>
      <dc:creator>deysealves</dc:creator>
      <dc:date>2019-01-23T00:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PLS RESULTADOS PREDITOS IGUAIS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/PROC-PLS-RESULTADOS-PREDITOS-IGUAIS/m-p/529300#M6888</link>
      <description>&lt;P&gt;From Google Translate:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;Hi, I'm trying to do some analysis using these commands below.&lt;/SPAN&gt; &lt;SPAN&gt;the analysis is for predicting values of a compound in samples.&lt;/SPAN&gt; &lt;SPAN&gt;However, the predicted values are all the same.&lt;/SPAN&gt; &lt;SPAN&gt;Can someone help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;they know why these values appear the same and what I do to correct them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It's possible that the cross-validation determined that the best fitting model was the mean of the Y values, and that no other fit predicted as well. (In other words, it's all noise, there's no structure that can be used to predict).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show us the cross-validation part of the output of PROC PLS. Click on the {i} icon and then copy and paste the cross-validation into that window.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 00:09:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/PROC-PLS-RESULTADOS-PREDITOS-IGUAIS/m-p/529300#M6888</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-01-23T00:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PLS RESULTADOS PREDITOS IGUAIS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/PROC-PLS-RESULTADOS-PREDITOS-IGUAIS/m-p/529366#M6892</link>
      <description>&lt;P&gt;When posting code, don't run it through a translator. SAS is only &lt;EM&gt;one&lt;/EM&gt; uniform language all over the world &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 10:15:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/PROC-PLS-RESULTADOS-PREDITOS-IGUAIS/m-p/529366#M6892</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-23T10:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PLS RESULTADOS PREDITOS IGUAIS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/PROC-PLS-RESULTADOS-PREDITOS-IGUAIS/m-p/529378#M6893</link>
      <description>&lt;P&gt;Adding: one reason you might get this constant prediction is if you have a serious outlier(s) in your data, this may result in the conclusion that you can't predict anything, and so removing the outlier(s) may allow predictability.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 12:58:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/PROC-PLS-RESULTADOS-PREDITOS-IGUAIS/m-p/529378#M6893</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-01-23T12:58:15Z</dc:date>
    </item>
  </channel>
</rss>

