<?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: changing number of digits after comma in output in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/changing-number-of-digits-after-comma-in-output/m-p/42546#M11067</link>
    <description>The easiest way is probably to direct the output using the OUTEST= option to create a data set of the estimates and apply a format with more digits.</description>
    <pubDate>Fri, 01 Apr 2011 15:55:09 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2011-04-01T15:55:09Z</dc:date>
    <item>
      <title>changing number of digits after comma in output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/changing-number-of-digits-after-comma-in-output/m-p/42545#M11066</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I need to perform a least absolute residuals regression in SAS.  In order to to this, I used the following command:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;proc quantreg data = ch6pr18 ;&lt;BR /&gt;
  model y = x1 x2 x3 x4 ;&lt;BR /&gt;
run;&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Actually, this works fine.  However, the problem is that for one the parameters I need the estimate with more than 4 digits after the comma (and apparently SAS is only showing 4 digits after the comma in its estimates).  Can someone tell me how to get this done?&lt;BR /&gt;
&lt;BR /&gt;
Kind regards,&lt;BR /&gt;
&lt;BR /&gt;
Peter</description>
      <pubDate>Fri, 01 Apr 2011 15:07:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/changing-number-of-digits-after-comma-in-output/m-p/42545#M11066</guid>
      <dc:creator>peterdbr</dc:creator>
      <dc:date>2011-04-01T15:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: changing number of digits after comma in output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/changing-number-of-digits-after-comma-in-output/m-p/42546#M11067</link>
      <description>The easiest way is probably to direct the output using the OUTEST= option to create a data set of the estimates and apply a format with more digits.</description>
      <pubDate>Fri, 01 Apr 2011 15:55:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/changing-number-of-digits-after-comma-in-output/m-p/42546#M11067</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2011-04-01T15:55:09Z</dc:date>
    </item>
  </channel>
</rss>

