<?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 get 8 decimal places for parameter estimates in proc LOGISTIC in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-8-decimal-places-for-parameter-estimates-in-proc/m-p/56144#M15669</link>
    <description>Thank You so much.&lt;BR /&gt;
 &lt;BR /&gt;
 Kathyayani.</description>
    <pubDate>Wed, 22 Oct 2008 12:50:15 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-10-22T12:50:15Z</dc:date>
    <item>
      <title>How to get 8 decimal places for parameter estimates in proc LOGISTIC</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-8-decimal-places-for-parameter-estimates-in-proc/m-p/56142#M15667</link>
      <description>Hi  All,&lt;BR /&gt;
&lt;BR /&gt;
         Please help me regarding this.&lt;BR /&gt;
&lt;BR /&gt;
    Thanks.</description>
      <pubDate>Wed, 22 Oct 2008 10:18:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-8-decimal-places-for-parameter-estimates-in-proc/m-p/56142#M15667</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-22T10:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get 8 decimal places for parameter estimates in proc LOGISTIC</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-8-decimal-places-for-parameter-estimates-in-proc/m-p/56143#M15668</link>
      <description>Hi.&lt;BR /&gt;
What you can do is change the template that displays the results of your Logistic procedure : try this code&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc template;                                                                &lt;BR /&gt;
   define table Stat.Logistic.ParameterEstimates;   &lt;BR /&gt;
      dynamic NRows;                                                          &lt;BR /&gt;
      column Variable GenericClassValue Response DF Estimate StdErr WaldChiSq &lt;BR /&gt;
         ProbChiSq StandardizedEst ExpEst Label;                              &lt;BR /&gt;
	   define Estimate;                                                        &lt;BR /&gt;
	         header = "Estimate";                                                 &lt;BR /&gt;
	         parent = Stat.Logistic.vbest8;&lt;BR /&gt;
			 format = 20.8 ;&lt;BR /&gt;
	   end;         &lt;BR /&gt;
   end ;&lt;BR /&gt;
run ;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
and then re-run your Logistic Proc. It will display values with 8 decimals in the Parameter Estimates table.&lt;BR /&gt;
Regards,&lt;BR /&gt;
Olivier</description>
      <pubDate>Wed, 22 Oct 2008 12:03:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-8-decimal-places-for-parameter-estimates-in-proc/m-p/56143#M15668</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2008-10-22T12:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get 8 decimal places for parameter estimates in proc LOGISTIC</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-8-decimal-places-for-parameter-estimates-in-proc/m-p/56144#M15669</link>
      <description>Thank You so much.&lt;BR /&gt;
 &lt;BR /&gt;
 Kathyayani.</description>
      <pubDate>Wed, 22 Oct 2008 12:50:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-8-decimal-places-for-parameter-estimates-in-proc/m-p/56144#M15669</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-22T12:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get 8 decimal places for parameter estimates in proc LOGISTIC</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-8-decimal-places-for-parameter-estimates-in-proc/m-p/56145#M15670</link>
      <description>Hi  Olivier ,&lt;BR /&gt;
&lt;BR /&gt;
       Thanks for your reply.&lt;BR /&gt;
&lt;BR /&gt;
 Similarly , i want to increase the length of  "variable" column in  parameter estimate table.Here in proc logistic by default it is taking 20 length,but my variable names are greater than 20.&lt;BR /&gt;
&lt;BR /&gt;
Please suggest regarding this.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
kathyayani.</description>
      <pubDate>Sat, 25 Oct 2008 10:58:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-8-decimal-places-for-parameter-estimates-in-proc/m-p/56145#M15670</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-25T10:58:52Z</dc:date>
    </item>
  </channel>
</rss>

