<?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 i can perform a figure for PCA in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626633#M30145</link>
    <description>&lt;P&gt;More specific information about what you want is needed. "Figure" is relatively vague.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC PRINCOMP has a PLOTS= option that offers many different types of plots. See the documentation: &lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_princomp_syntax01.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en#statug.princomp.prinplotopt" target="_blank" rel="noopener"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_princomp_syntax01.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en#statug.princomp.prinplotopt&lt;/A&gt; maybe one of the built in plots works for you&lt;/P&gt;</description>
    <pubDate>Sat, 22 Feb 2020 19:33:29 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-02-22T19:33:29Z</dc:date>
    <item>
      <title>How i can perform a figure for PCA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626632#M30144</link>
      <description>&lt;P&gt;How i can perform PCA figure for this variables&lt;/P&gt;&lt;P&gt;i wright this syntaxe&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;input Acc$&amp;nbsp; &amp;nbsp; &amp;nbsp; BLOC$&amp;nbsp; &amp;nbsp;r$&amp;nbsp; &amp;nbsp; &amp;nbsp; LT HP&amp;nbsp; &amp;nbsp;LoL&amp;nbsp; &amp;nbsp; &amp;nbsp;LaL&amp;nbsp; &amp;nbsp; &amp;nbsp;LoLLaL&amp;nbsp; NbR&amp;nbsp; &amp;nbsp; &amp;nbsp;NRA&amp;nbsp; &amp;nbsp; &amp;nbsp;NJF&amp;nbsp; &amp;nbsp; &amp;nbsp;NJM&amp;nbsp; &amp;nbsp; &amp;nbsp;LF&amp;nbsp; &amp;nbsp; &amp;nbsp; DFM&amp;nbsp; &amp;nbsp; &amp;nbsp;DFS&amp;nbsp; &amp;nbsp; &amp;nbsp;LDF&amp;nbsp; &amp;nbsp; &amp;nbsp;NLF&amp;nbsp; &amp;nbsp; &amp;nbsp;LP&amp;nbsp; &amp;nbsp; &amp;nbsp; GP&amp;nbsp; &amp;nbsp; &amp;nbsp; ECF&amp;nbsp; &amp;nbsp; &amp;nbsp;LPL&amp;nbsp; &amp;nbsp; &amp;nbsp;PFF&amp;nbsp; &amp;nbsp; &amp;nbsp;NGF;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cards;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROC PRINCOMP DATA= A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;OUT= B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;OUTSTAT= C&amp;nbsp; &amp;nbsp; &amp;nbsp; N = 4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; COV&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VARDEF = WEIGHT;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VAR&amp;nbsp; &amp;nbsp; &amp;nbsp;LT HP&amp;nbsp; &amp;nbsp;LoL&amp;nbsp; &amp;nbsp; &amp;nbsp;LaL&amp;nbsp; &amp;nbsp; &amp;nbsp;LoLLaL&amp;nbsp; NbR&amp;nbsp; &amp;nbsp; &amp;nbsp;NRA&amp;nbsp; &amp;nbsp; &amp;nbsp;NJF&amp;nbsp; &amp;nbsp; &amp;nbsp;NJM&amp;nbsp; &amp;nbsp; &amp;nbsp;LF&amp;nbsp; &amp;nbsp; &amp;nbsp; DFM&amp;nbsp; &amp;nbsp; &amp;nbsp;DFS&amp;nbsp; &amp;nbsp; &amp;nbsp;LDF&amp;nbsp; &amp;nbsp; &amp;nbsp;NLF&amp;nbsp; &amp;nbsp; &amp;nbsp;LP&amp;nbsp; &amp;nbsp; &amp;nbsp; GP&amp;nbsp; &amp;nbsp; &amp;nbsp; ECF&amp;nbsp; &amp;nbsp; &amp;nbsp;LPL&amp;nbsp; &amp;nbsp; &amp;nbsp;PFF&amp;nbsp; &amp;nbsp; &amp;nbsp;NGF;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;quit;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2020 14:47:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626632#M30144</guid>
      <dc:creator>romeo012</dc:creator>
      <dc:date>2020-02-22T14:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: How i can perform a figure for PCA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626633#M30145</link>
      <description>&lt;P&gt;More specific information about what you want is needed. "Figure" is relatively vague.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC PRINCOMP has a PLOTS= option that offers many different types of plots. See the documentation: &lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_princomp_syntax01.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en#statug.princomp.prinplotopt" target="_blank" rel="noopener"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_princomp_syntax01.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en#statug.princomp.prinplotopt&lt;/A&gt; maybe one of the built in plots works for you&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2020 19:33:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626633#M30145</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-22T19:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: How i can perform a figure for PCA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626679#M30150</link>
      <description>&lt;P&gt;Thank you for responding me.&lt;/P&gt;&lt;P&gt;i need to perform a 2 dimension graphic representing the 2 principal component for individidual and for variables and the biplot graphic.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2020 22:38:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626679#M30150</guid>
      <dc:creator>romeo012</dc:creator>
      <dc:date>2020-02-22T22:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: How i can perform a figure for PCA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626680#M30151</link>
      <description>&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2019/11/06/what-are-biplots.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2019/11/06/what-are-biplots.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2019/11/13/create-biplots-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2019/11/13/create-biplots-sas.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2020 22:52:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626680#M30151</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-22T22:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: How i can perform a figure for PCA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626861#M30152</link>
      <description>&lt;P&gt;I suspect you are looking for a "score plot" and a "loadings plots." See the article&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2019/11/04/interpret-graphs-principal-components.html" target="_self"&gt;"How to interpret graphs in a principal component analysis"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;which discusses these plots and how to create them from the output of PROC PRINCOMP.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 13:39:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626861#M30152</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-02-24T13:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: How i can perform a figure for PCA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626886#M30154</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 16:01:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626886#M30154</guid>
      <dc:creator>romeo012</dc:creator>
      <dc:date>2020-02-24T16:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: How i can perform a figure for PCA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626887#M30155</link>
      <description>thank you</description>
      <pubDate>Mon, 24 Feb 2020 16:11:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-i-can-perform-a-figure-for-PCA/m-p/626887#M30155</guid>
      <dc:creator>romeo012</dc:creator>
      <dc:date>2020-02-24T16:11:59Z</dc:date>
    </item>
  </channel>
</rss>

