<?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 PROC LOGISTIC read logismod (created from OUTMODEL= option)  file ? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-PROC-LOGISTIC-read-logismod-created-from-OUTMODEL-option/m-p/475272#M24745</link>
    <description>&lt;P&gt;Information describing the fitted model is saved in the file created by the OUTMODEL= option.&amp;nbsp;The OUTMODEL= data set is intended solely for later use in the INMODEL= option as a means for scoring future data using a previously fitted model.&amp;nbsp; The model information is very compactly stored in the OUTMODEL= data set and it is therefore not useful for other purposes.&amp;nbsp; No information is available concerning how the model is stored in this special data set.&amp;nbsp;Changes to the contents of the data set will result in errors or inconsistencies which render any results unusable.&amp;nbsp;An alternative way to store model information for later use can be done using the STORE statement rather than the OUTMODEL= option. You can then view the saved model information, score new observations, and perform tests on the parameters using PROC PLM.&amp;nbsp;If you want to create a data set containing the model parameter estimates which is arranged conveniently for viewing or additional processing, use the ODS OUTPUT statement to save the ParameterEstimates table. For instance,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods output ParameterEstimates=myparms;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Scoring of new data can be done in various ways as discussed and illustrated in &lt;A href="http://support.sas.com/kb/33307" target="_self"&gt;this note&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jul 2018 17:16:20 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2018-07-03T17:16:20Z</dc:date>
    <item>
      <title>How PROC LOGISTIC read logismod (created from OUTMODEL= option)  file ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-PROC-LOGISTIC-read-logismod-created-from-OUTMODEL-option/m-p/475086#M24729</link>
      <description>&lt;P&gt;Hi, I have an issue to interpret the logismod file. I know Proc Logistic can read the file using INMODEL= option, but how SAS calculated from it. Someone please&amp;nbsp; help me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 03:02:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-PROC-LOGISTIC-read-logismod-created-from-OUTMODEL-option/m-p/475086#M24729</guid>
      <dc:creator>haziqfarhan94</dc:creator>
      <dc:date>2018-07-03T03:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: How PROC LOGISTIC read logismod (created from OUTMODEL= option)  file ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-PROC-LOGISTIC-read-logismod-created-from-OUTMODEL-option/m-p/475272#M24745</link>
      <description>&lt;P&gt;Information describing the fitted model is saved in the file created by the OUTMODEL= option.&amp;nbsp;The OUTMODEL= data set is intended solely for later use in the INMODEL= option as a means for scoring future data using a previously fitted model.&amp;nbsp; The model information is very compactly stored in the OUTMODEL= data set and it is therefore not useful for other purposes.&amp;nbsp; No information is available concerning how the model is stored in this special data set.&amp;nbsp;Changes to the contents of the data set will result in errors or inconsistencies which render any results unusable.&amp;nbsp;An alternative way to store model information for later use can be done using the STORE statement rather than the OUTMODEL= option. You can then view the saved model information, score new observations, and perform tests on the parameters using PROC PLM.&amp;nbsp;If you want to create a data set containing the model parameter estimates which is arranged conveniently for viewing or additional processing, use the ODS OUTPUT statement to save the ParameterEstimates table. For instance,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods output ParameterEstimates=myparms;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Scoring of new data can be done in various ways as discussed and illustrated in &lt;A href="http://support.sas.com/kb/33307" target="_self"&gt;this note&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 17:16:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-PROC-LOGISTIC-read-logismod-created-from-OUTMODEL-option/m-p/475272#M24745</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-07-03T17:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: How PROC LOGISTIC read logismod (created from OUTMODEL= option)  file ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-PROC-LOGISTIC-read-logismod-created-from-OUTMODEL-option/m-p/475513#M24761</link>
      <description>&lt;P&gt;Thank you for your reply. The issue is I don't know how or who created the model. What I have is just the LOGISMOD file which is I believe created from someone who used the OUTMODEL= option to score my current data that have exactly the same variables. The score work fine in SAS, but I was assigned to translate the SAS script into SQL. That's the reason I need to know how LOGISMOD file work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 02:21:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-PROC-LOGISTIC-read-logismod-created-from-OUTMODEL-option/m-p/475513#M24761</guid>
      <dc:creator>haziqfarhan94</dc:creator>
      <dc:date>2018-07-05T02:21:32Z</dc:date>
    </item>
    <item>
      <title>Read OUTMODEL= option file</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-PROC-LOGISTIC-read-logismod-created-from-OUTMODEL-option/m-p/476387#M24818</link>
      <description />
      <pubDate>Wed, 11 Jul 2018 01:56:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-PROC-LOGISTIC-read-logismod-created-from-OUTMODEL-option/m-p/476387#M24818</guid>
      <dc:creator>haziqfarhan94</dc:creator>
      <dc:date>2018-07-11T01:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Read OUTMODEL= option file</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-PROC-LOGISTIC-read-logismod-created-from-OUTMODEL-option/m-p/476765#M24819</link>
      <description>&lt;P&gt;The OUTMODEL= data set is in a special format that is read only by the procedure itself.&amp;nbsp; There is no key to interpreting or translating it.&amp;nbsp; If you are planning to use it to score the data then you should just use the INMODEL= option and SCORE statement.&amp;nbsp; If you need a data set you can read then you should use the OUTEST= data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 12:35:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-PROC-LOGISTIC-read-logismod-created-from-OUTMODEL-option/m-p/476765#M24819</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2018-07-10T12:35:09Z</dc:date>
    </item>
  </channel>
</rss>

