<?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: Scree plot size in proc princomp or proc factor in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Scree-plot-size-in-proc-princomp-or-proc-factor/m-p/613166#M18367</link>
    <description>&lt;P&gt;Show us your SAS code. Please click on the running man icon and then paste the code (as text) into the Window that appears.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2019 22:39:21 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-12-19T22:39:21Z</dc:date>
    <item>
      <title>Scree plot size in proc princomp or proc factor</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Scree-plot-size-in-proc-princomp-or-proc-factor/m-p/613149#M18365</link>
      <description>&lt;P&gt;When I do PCA analysis the scree plot comes out 5 pages long with a lot of wasted space.&lt;/P&gt;&lt;P&gt;The usual: "ods graphics on / width=4in height=3in" does not seem to have any effect.&lt;/P&gt;&lt;P&gt;Any suggestions to re-scale the scree plot, make it shorter?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 21:29:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Scree-plot-size-in-proc-princomp-or-proc-factor/m-p/613149#M18365</guid>
      <dc:creator>Vic3</dc:creator>
      <dc:date>2019-12-19T21:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Scree plot size in proc princomp or proc factor</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Scree-plot-size-in-proc-princomp-or-proc-factor/m-p/613166#M18367</link>
      <description>&lt;P&gt;Show us your SAS code. Please click on the running man icon and then paste the code (as text) into the Window that appears.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 22:39:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Scree-plot-size-in-proc-princomp-or-proc-factor/m-p/613166#M18367</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-12-19T22:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Scree plot size in proc princomp or proc factor</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Scree-plot-size-in-proc-princomp-or-proc-factor/m-p/613177#M18370</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on / width=4in height=4in;
proc factor data=mydata corr scree ev method = principal;
var var1 var2 var3 var4 var5 var6 var7 var8;
run;
ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regardless of width or height the scree plot does not change, prints several pages long.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 00:06:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Scree-plot-size-in-proc-princomp-or-proc-factor/m-p/613177#M18370</guid>
      <dc:creator>Vic3</dc:creator>
      <dc:date>2019-12-20T00:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Scree plot size in proc princomp or proc factor</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Scree-plot-size-in-proc-princomp-or-proc-factor/m-p/613232#M18373</link>
      <description>&lt;P&gt;This minor modification of your code works for me&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc factor data=mydata corr plots=scree ev method = principal;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 14:07:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Scree-plot-size-in-proc-princomp-or-proc-factor/m-p/613232#M18373</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-12-20T14:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Scree plot size in proc princomp or proc factor</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Scree-plot-size-in-proc-princomp-or-proc-factor/m-p/613268#M18382</link>
      <description>That worked. Thank you!</description>
      <pubDate>Fri, 20 Dec 2019 16:07:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Scree-plot-size-in-proc-princomp-or-proc-factor/m-p/613268#M18382</guid>
      <dc:creator>Vic3</dc:creator>
      <dc:date>2019-12-20T16:07:50Z</dc:date>
    </item>
  </channel>
</rss>

