<?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: Proc Logistic output to create a dataset as shown in the tab 2 of the excel attached in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-output-to-create-a-dataset-as-shown-in-the-tab-2/m-p/103060#M5452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that the first ?? should be replaced with Experiment since that is the dataset you used in the previous step.&lt;/P&gt;&lt;P&gt;The second ?? you would want to replace with &amp;amp;VARLIST so that the list of variables you calculated in the first step is used.&lt;/P&gt;&lt;P&gt;You might need to add code to the SQL query to eliminate your dependent variable from VARLIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As to making the output look at the manual for PROC LOGISITIC and see what output datasets it can make. You can also look turn on ODS trace to see which of the printed outputs can be directed to datasets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2012 23:55:26 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2012-12-18T23:55:26Z</dc:date>
    <item>
      <title>Proc Logistic output to create a dataset as shown in the tab 2 of the excel attached</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-output-to-create-a-dataset-as-shown-in-the-tab-2/m-p/103058#M5450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the excel attached, For the 1st tab - 'Step 1" I have figured out the code via external assistanceto get the desired output but what I don't get is the way to run the logistic proc on the original data set to get the desired output as shown in the 2nd tab of the excel attached. ( exactly same format and columns). The proc logistic will include only those independent variables which have a mean &amp;gt; 0.02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_________________Step 1_______________________________________&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;summary&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;=Experiment ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;var&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;_numeric_&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;output&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;=means (drop=_type_ _freq_);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;transpose&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;=means &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;=vertical;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt; _Stat_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;sql&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;select&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt; _name_ &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt; :varlist separated &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;by&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;' '&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt; vertical&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt; mean &amp;gt; &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New';"&gt;0.02&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;quit&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;%put&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt; varlist=&amp;amp;varlist;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;_________________Step 2_______________________________________ &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;PROC&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;LOGISTIC&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;=?? &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;descending&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;MODEL&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt; detractor = ?? ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New';"&gt;RUN&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New';"&gt;______________________________________________________________&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 18:47:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-output-to-create-a-dataset-as-shown-in-the-tab-2/m-p/103058#M5450</guid>
      <dc:creator>gaurav21s</dc:creator>
      <dc:date>2012-12-18T18:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic output to create a dataset as shown in the tab 2 of the excel attached</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-output-to-create-a-dataset-as-shown-in-the-tab-2/m-p/103059#M5451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc logistic won't give that to you by default. You'll need to manipulate the files it does provide yourself. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;EDIT:&lt;/P&gt;&lt;P&gt;Actually, its just a sort, but if you can write the logistic code then someone can help with obtaining the output.&lt;/P&gt;&lt;P&gt;Do you know the logistic code to write?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 20:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-output-to-create-a-dataset-as-shown-in-the-tab-2/m-p/103059#M5451</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-12-18T20:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic output to create a dataset as shown in the tab 2 of the excel attached</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-output-to-create-a-dataset-as-shown-in-the-tab-2/m-p/103060#M5452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that the first ?? should be replaced with Experiment since that is the dataset you used in the previous step.&lt;/P&gt;&lt;P&gt;The second ?? you would want to replace with &amp;amp;VARLIST so that the list of variables you calculated in the first step is used.&lt;/P&gt;&lt;P&gt;You might need to add code to the SQL query to eliminate your dependent variable from VARLIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As to making the output look at the manual for PROC LOGISITIC and see what output datasets it can make. You can also look turn on ODS trace to see which of the printed outputs can be directed to datasets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 23:55:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-output-to-create-a-dataset-as-shown-in-the-tab-2/m-p/103060#M5452</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2012-12-18T23:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic output to create a dataset as shown in the tab 2 of the excel attached</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-output-to-create-a-dataset-as-shown-in-the-tab-2/m-p/103061#M5453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, since I will be writing the code for 'proc log' for the first time, I may not be sure about the accuracy but I will try out Tom's suggestion and see how it works. My ultimate aim is to achieve a 'data set' through 'proc log' output as given below.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 606px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" width="276"&gt;Binary Variables&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;Coeff&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;SE&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;WS&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;" width="64"&gt;Sig&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="74"&gt;Odds Ratio&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;I&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;1.03&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.13&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;60.73&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="74"&gt;2.8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;H&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.79&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.19&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;17.63&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.95&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="74"&gt;2.21&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.57&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.14&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;15.74&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="74"&gt;1.77&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;K&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.98&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.1&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;91.16&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.97&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="74"&gt;2.67&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;Q&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;1.06&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.24&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;19.72&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="74"&gt;2.89&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;L&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;1.16&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.23&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;26.32&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.99&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="74"&gt;3.2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;E&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.87&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.29&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;9.05&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.96&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="74"&gt;2.38&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;X&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;-1.02&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.12&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;77.34&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.98&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="74"&gt;0.36&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;M&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.7&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.22&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;10.57&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="64"&gt;0.98&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;" width="74"&gt;2.01&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 04:01:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-output-to-create-a-dataset-as-shown-in-the-tab-2/m-p/103061#M5453</guid>
      <dc:creator>gaurav21s</dc:creator>
      <dc:date>2012-12-19T04:01:24Z</dc:date>
    </item>
  </channel>
</rss>

