<?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 Output Proc Logisitic into a dataset in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Output-Proc-Logisitic-into-a-dataset/m-p/33209#M1347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Add the statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods output ParameterEstimates=myParameterEstimates;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after your &lt;STRONG&gt;model&lt;/STRONG&gt; statement. Run the procedure and look into the myParameterEstimates dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2012 20:25:08 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2012-03-15T20:25:08Z</dc:date>
    <item>
      <title>Output Proc Logisitic into a dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Output-Proc-Logisitic-into-a-dataset/m-p/33208#M1346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;PROC&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;LOGISTIC&lt;/STRONG&gt; &lt;SPAN style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=A.DATA_VARCLUS_CORR &lt;/SPAN&gt;&lt;SPAN style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;DESCENDING&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;MODEL&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt; TARGET=&amp;amp;VARLIST2 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;SELECTION&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=STEPWISE &lt;/SPAN&gt;&lt;SPAN style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;SLS&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;0.01&lt;/STRONG&gt; &lt;SPAN style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;SLE&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;0.01&lt;/STRONG&gt;&lt;SPAN style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;RUN&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;As a result of the code above, I get an output that includes, among other things, the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;Analysis of MaximumLikelihood Estimates&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Standard&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: red; font-family: 'SAS Monospace'; font-size: 10pt;"&gt;Wald&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: red; font-family: 'SAS Monospace';"&gt;Parameter&lt;/SPAN&gt; &lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DF&amp;nbsp;&amp;nbsp; Estimate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: red; font-family: 'SAS Monospace'; font-size: 10pt;"&gt;Chi-Square&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: red; font-family: 'SAS Monospace'; font-size: 10pt;"&gt;Pr &amp;gt; ChiSq&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;This output is outputted into a window. I would like to have the output into a separate file, in particular fields that I havehighlighted in red.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I tried to use &lt;/SPAN&gt;&lt;SPAN style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;OUTMODEL&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt;option, but that doesnt seem to output what I need.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Thanks for your help.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 20:18:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Output-Proc-Logisitic-into-a-dataset/m-p/33208#M1346</guid>
      <dc:creator>Danglytics</dc:creator>
      <dc:date>2012-03-15T20:18:02Z</dc:date>
    </item>
    <item>
      <title>Output Proc Logisitic into a dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Output-Proc-Logisitic-into-a-dataset/m-p/33209#M1347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Add the statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods output ParameterEstimates=myParameterEstimates;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after your &lt;STRONG&gt;model&lt;/STRONG&gt; statement. Run the procedure and look into the myParameterEstimates dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 20:25:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Output-Proc-Logisitic-into-a-dataset/m-p/33209#M1347</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-03-15T20:25:08Z</dc:date>
    </item>
    <item>
      <title>Output Proc Logisitic into a dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Output-Proc-Logisitic-into-a-dataset/m-p/33210#M1348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks PG for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the ParameterEstimates statment, my variable names are being truncated, is it possible to set the variable field length to $32, and select based on ProbChiSq = &amp;lt;.0001 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 21:59:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Output-Proc-Logisitic-into-a-dataset/m-p/33210#M1348</guid>
      <dc:creator>Danglytics</dc:creator>
      <dc:date>2012-03-15T21:59:26Z</dc:date>
    </item>
    <item>
      <title>Output Proc Logisitic into a dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Output-Proc-Logisitic-into-a-dataset/m-p/33211#M1349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the namelen= options in proc logistic statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie proc logistic data=have namelen=32&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 22:06:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Output-Proc-Logisitic-into-a-dataset/m-p/33211#M1349</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-03-15T22:06:42Z</dc:date>
    </item>
    <item>
      <title>Output Proc Logisitic into a dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Output-Proc-Logisitic-into-a-dataset/m-p/33212#M1350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You may also add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods output ParameterEstimates=myParameterEstimates(where=(ProbChiSq&amp;lt;0.0001));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if you wish to keep only those cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 22:12:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Output-Proc-Logisitic-into-a-dataset/m-p/33212#M1350</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-03-15T22:12:37Z</dc:date>
    </item>
    <item>
      <title>Output Proc Logisitic into a dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Output-Proc-Logisitic-into-a-dataset/m-p/33213#M1351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, thank you both.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 22:17:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Output-Proc-Logisitic-into-a-dataset/m-p/33213#M1351</guid>
      <dc:creator>Danglytics</dc:creator>
      <dc:date>2012-03-15T22:17:15Z</dc:date>
    </item>
  </channel>
</rss>

