<?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: Decimal Places in Proc means in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Decimal-Places-in-Proc-means/m-p/560758#M27746</link>
    <description>&lt;P&gt;You can try the maxdec option as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc means maxdec=2;var WEIGHT HEIGHT;
Title 'Example 1b - PROC MEANS, limit decimals, specify variables'
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 22 May 2019 11:00:08 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2019-05-22T11:00:08Z</dc:date>
    <item>
      <title>Decimal Places in Proc means</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Decimal-Places-in-Proc-means/m-p/560721#M27745</link>
      <description>&lt;P&gt;Is there any option to mention decimal places individually in Proc means?&lt;/P&gt;&lt;P&gt;Like if max dec=3 is mentioned in Proc means, it gives 3 decimal values for all the summary statistics. Instead, I need 4 decimal for Mean, Min Med and max 3 decimal places. can this be done?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 05:51:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Decimal-Places-in-Proc-means/m-p/560721#M27745</guid>
      <dc:creator>SaranyaSundar</dc:creator>
      <dc:date>2019-05-22T05:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal Places in Proc means</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Decimal-Places-in-Proc-means/m-p/560758#M27746</link>
      <description>&lt;P&gt;You can try the maxdec option as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc means maxdec=2;var WEIGHT HEIGHT;
Title 'Example 1b - PROC MEANS, limit decimals, specify variables'
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 May 2019 11:00:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Decimal-Places-in-Proc-means/m-p/560758#M27746</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-05-22T11:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal Places in Proc means</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Decimal-Places-in-Proc-means/m-p/560872#M27749</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/267066"&gt;@SaranyaSundar&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Is there any option to mention decimal places individually in Proc means?&lt;/P&gt;
&lt;P&gt;Like if max dec=3 is mentioned in Proc means, it gives 3 decimal values for all the summary statistics. Instead, I need 4 decimal for Mean, Min Med and max 3 decimal places. can this be done?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Likely your best approach would be to use Proc Means to generate an output data set with the OUT statement and then use Proc Print/Report/Tabulate to display the results where can control display formats per variable.&lt;/P&gt;
&lt;P&gt;Or possibly go straight to Proc&amp;nbsp;Report or Tabulate .&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 15:03:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Decimal-Places-in-Proc-means/m-p/560872#M27749</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-05-22T15:03:37Z</dc:date>
    </item>
  </channel>
</rss>

