<?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 to round the results of proc factor? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-round-the-results-of-proc-factor/m-p/348679#M80766</link>
    <description>Thank you for the link. I'll study it since I'm not very familiar with the subject.</description>
    <pubDate>Mon, 10 Apr 2017 13:21:44 GMT</pubDate>
    <dc:creator>louis_usa</dc:creator>
    <dc:date>2017-04-10T13:21:44Z</dc:date>
    <item>
      <title>How to round the results of proc factor?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-round-the-results-of-proc-factor/m-p/348527#M80721</link>
      <description>&lt;P&gt;I know that proc factor has ROUND and FLAG options to control the printouts. But I don't like the results because it simply multiplies all the values by the value of FLAG and it affects only Factor Pattern tables. What if I need to round the all the results to 4&amp;nbsp;decimals, and how can I do this? For example, here is my sample code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc factor rotate=varimax data=sashelp.citiwk; /*round FLAG=100;*/&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;var FCPOIL FF142B HFBI20 MF3505;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Abbreviated output:&lt;/P&gt;&lt;DIV class="proc_title_group"&gt;&lt;P class="c proctitle"&gt;The FACTOR Procedure&lt;/P&gt;&lt;P class="c proctitle"&gt;Initial Factor Method: Principal Components&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="proc_note_group"&gt;&lt;P class="c proctitle"&gt;Prior Communality Estimates: ONE&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;Eigenvalues of the Correlation Matrix: Total = 4 Average = 1&lt;/P&gt;&lt;P&gt;Eigenvalue Difference Proportion Cumulative 1 2 3 4&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;2.00476079&lt;/TD&gt;&lt;TD&gt;0.67393887&lt;/TD&gt;&lt;TD&gt;0.5012&lt;/TD&gt;&lt;TD&gt;0.5012&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.33082192&lt;/TD&gt;&lt;TD&gt;0.79689871&lt;/TD&gt;&lt;TD&gt;0.3327&lt;/TD&gt;&lt;TD&gt;0.8339&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0.53392321&lt;/TD&gt;&lt;TD&gt;0.40342913&lt;/TD&gt;&lt;TD&gt;0.1335&lt;/TD&gt;&lt;TD&gt;0.9674&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0.13049408&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0.0326&lt;/TD&gt;&lt;TD&gt;1.0000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 15:18:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-round-the-results-of-proc-factor/m-p/348527#M80721</guid>
      <dc:creator>louis_usa</dc:creator>
      <dc:date>2017-04-09T15:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to round the results of proc factor?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-round-the-results-of-proc-factor/m-p/348530#M80722</link>
      <description>&lt;P&gt;Requires some work to discover what to change, but you can always modify the templates that the proc uses.&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&amp;nbsp;published a nice paper that describes how to go about doing just that (see:&amp;nbsp;&lt;A href="https://www.google.ca/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=2&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=0ahUKEwiz8Yur4JfTAhXq5IMKHUV0BzwQFggpMAE&amp;amp;url=https%3A%2F%2Fsupport.sas.com%2Fresources%2Fpapers%2Fproceedings09%2F227-2009.pdf&amp;amp;usg=AFQjCNFJwF-1NS5Y8ErDTNzT66nlYpVQPQ&amp;amp;sig2=IkqD2zS_Eg1YbElVzpGO4Q" target="_blank"&gt;https://www.google.ca/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=2&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=0ahUKEwiz8Yur4JfTAhXq5IMKHUV0BzwQFggpMAE&amp;amp;url=https%3A%2F%2Fsupport.sas.com%2Fresources%2Fpapers%2Fproceedings09%2F227-2009.pdf&amp;amp;usg=AFQjCNFJwF-1NS5Y8ErDTNzT66nlYpVQPQ&amp;amp;sig2=IkqD2zS_Eg1YbElVzpGO4Q&lt;/A&gt; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 17:04:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-round-the-results-of-proc-factor/m-p/348530#M80722</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-04-09T17:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to round the results of proc factor?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-round-the-results-of-proc-factor/m-p/348679#M80766</link>
      <description>Thank you for the link. I'll study it since I'm not very familiar with the subject.</description>
      <pubDate>Mon, 10 Apr 2017 13:21:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-round-the-results-of-proc-factor/m-p/348679#M80766</guid>
      <dc:creator>louis_usa</dc:creator>
      <dc:date>2017-04-10T13:21:44Z</dc:date>
    </item>
  </channel>
</rss>

