<?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 Show percentage of variance covered by each factor in proc factor in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Show-percentage-of-variance-covered-by-each-factor-in-proc/m-p/719697#M34825</link>
    <description>&lt;P&gt;I ran a proc factor method as shown below:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc factor data=work.final_data scree r=varimax method=principal;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This generated a scree plot along with the general proc factor report with factor number on the x-axis and eigen values on the y-axis. Is it possible to generate a scree plot with a y-axis showing the percentage variance covered by each principal component (which is a factor in that case since method=principal)?&lt;/P&gt;</description>
    <pubDate>Tue, 16 Feb 2021 19:01:27 GMT</pubDate>
    <dc:creator>aalluru</dc:creator>
    <dc:date>2021-02-16T19:01:27Z</dc:date>
    <item>
      <title>Show percentage of variance covered by each factor in proc factor</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Show-percentage-of-variance-covered-by-each-factor-in-proc/m-p/719697#M34825</link>
      <description>&lt;P&gt;I ran a proc factor method as shown below:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc factor data=work.final_data scree r=varimax method=principal;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This generated a scree plot along with the general proc factor report with factor number on the x-axis and eigen values on the y-axis. Is it possible to generate a scree plot with a y-axis showing the percentage variance covered by each principal component (which is a factor in that case since method=principal)?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 19:01:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Show-percentage-of-variance-covered-by-each-factor-in-proc/m-p/719697#M34825</guid>
      <dc:creator>aalluru</dc:creator>
      <dc:date>2021-02-16T19:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Show percentage of variance covered by each factor in proc factor</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Show-percentage-of-variance-covered-by-each-factor-in-proc/m-p/719705#M34826</link>
      <description>&lt;P&gt;Replace the SCREE option with the option PLOTS=SCREE. Be sure that ODS Graphics is on. If not, add this statement before your PROC FACTOR step.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Feb 2021 19:15:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Show-percentage-of-variance-covered-by-each-factor-in-proc/m-p/719705#M34826</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-02-16T19:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show percentage of variance covered by each factor in proc factor</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Show-percentage-of-variance-covered-by-each-factor-in-proc/m-p/719706#M34827</link>
      <description>&lt;P&gt;would I be able to make that plot bigger?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 19:29:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Show-percentage-of-variance-covered-by-each-factor-in-proc/m-p/719706#M34827</guid>
      <dc:creator>aalluru</dc:creator>
      <dc:date>2021-02-16T19:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Show percentage of variance covered by each factor in proc factor</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Show-percentage-of-variance-covered-by-each-factor-in-proc/m-p/719707#M34828</link>
      <description>&lt;P&gt;Use an option in the ODS GRAPHICS statement. For example,&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics / height=960px; 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Feb 2021 19:35:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Show-percentage-of-variance-covered-by-each-factor-in-proc/m-p/719707#M34828</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-02-16T19:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Show percentage of variance covered by each factor in proc factor</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Show-percentage-of-variance-covered-by-each-factor-in-proc/m-p/719950#M34846</link>
      <description>&lt;P&gt;That worked perfectly! Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 16:10:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Show-percentage-of-variance-covered-by-each-factor-in-proc/m-p/719950#M34846</guid>
      <dc:creator>aalluru</dc:creator>
      <dc:date>2021-02-17T16:10:56Z</dc:date>
    </item>
  </channel>
</rss>

