<?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 OUTMODEL and INMODEL in the LOGISTIC Procedure in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/OUTMODEL-and-INMODEL-in-the-LOGISTIC-Procedure/m-p/68117#M19505</link>
    <description>I need to look through some data sets created by the OUTMODEL statement in proc logistic to see if they are consistent with the parameters the staff *says* they used.&lt;BR /&gt;
&lt;BR /&gt;
Can anybody tell me how this data set is structured?  I realize this is NOT the ideal way to recover a model.   I don't need to write a lot of data step code - just to browse through it and find the betas for the various effects used.</description>
    <pubDate>Wed, 07 Jan 2009 16:16:18 GMT</pubDate>
    <dc:creator>mftuchman</dc:creator>
    <dc:date>2009-01-07T16:16:18Z</dc:date>
    <item>
      <title>OUTMODEL and INMODEL in the LOGISTIC Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/OUTMODEL-and-INMODEL-in-the-LOGISTIC-Procedure/m-p/68117#M19505</link>
      <description>I need to look through some data sets created by the OUTMODEL statement in proc logistic to see if they are consistent with the parameters the staff *says* they used.&lt;BR /&gt;
&lt;BR /&gt;
Can anybody tell me how this data set is structured?  I realize this is NOT the ideal way to recover a model.   I don't need to write a lot of data step code - just to browse through it and find the betas for the various effects used.</description>
      <pubDate>Wed, 07 Jan 2009 16:16:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/OUTMODEL-and-INMODEL-in-the-LOGISTIC-Procedure/m-p/68117#M19505</guid>
      <dc:creator>mftuchman</dc:creator>
      <dc:date>2009-01-07T16:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: OUTMODEL and INMODEL in the LOGISTIC Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/OUTMODEL-and-INMODEL-in-the-LOGISTIC-Procedure/m-p/68118#M19506</link>
      <description>run the sample code at &lt;A href="http://support.sas.com/kb/25/019.html" target="_blank"&gt;http://support.sas.com/kb/25/019.html&lt;/A&gt; till &lt;BR /&gt;
/*&lt;BR /&gt;
proc logistic data=remiss outmodel=model descending;&lt;BR /&gt;
  model remiss = li cell temp;&lt;BR /&gt;
  output out=out1 predprobs=(i);&lt;BR /&gt;
  run;&lt;BR /&gt;
*/&lt;BR /&gt;
then you'll see a dataset called 'model' in your WORK library and you can browse it and compare with the output to find the betas.</description>
      <pubDate>Wed, 07 Jan 2009 17:27:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/OUTMODEL-and-INMODEL-in-the-LOGISTIC-Procedure/m-p/68118#M19506</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-07T17:27:12Z</dc:date>
    </item>
  </channel>
</rss>

