<?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: ODS output Type3 proc Logistic in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ODS-output-Type3-proc-Logistic/m-p/504148#M25926</link>
    <description>&lt;P&gt;Than you Reeza&lt;/P&gt;</description>
    <pubDate>Sun, 14 Oct 2018 23:41:33 GMT</pubDate>
    <dc:creator>MikeAAC</dc:creator>
    <dc:date>2018-10-14T23:41:33Z</dc:date>
    <item>
      <title>ODS output Type3 proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODS-output-Type3-proc-Logistic/m-p/490936#M25499</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'am running this logistic procedure. Only the ParametersEstimates table is created, not the modelAnova (even when I used type3 name instead) and NOPRINT options is not activated&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;/*table of type3&amp;nbsp;test of effetcs*/&lt;/P&gt;&lt;P&gt;let varX = VarA VarB varC ;&lt;/P&gt;&lt;P&gt;ods output ParameterEstimates = param_tmp ModelANOVA = model_tmp ;&lt;BR /&gt;proc logistic data=ds_temp1 ;&lt;BR /&gt;by replicate ;&lt;BR /&gt;freq numberhits;&lt;BR /&gt;class VarClass. ;&lt;BR /&gt;model varY&amp;nbsp; (event = '1') = &amp;amp;varX. ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is&amp;nbsp; the msg I get&lt;/P&gt;&lt;P&gt;WARNING: Output 'ModelANOVA' was not created. Make sure that the output object name, label, or path is spelled correctly. Also,&lt;BR /&gt;verify that the appropriate procedure options are used to produce the requested output object. For example, verify that&lt;BR /&gt;the NOPRINT option is not used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 17:57:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODS-output-Type3-proc-Logistic/m-p/490936#M25499</guid>
      <dc:creator>MikeAAC</dc:creator>
      <dc:date>2018-08-29T17:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output Type3 proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODS-output-Type3-proc-Logistic/m-p/490950#M25500</link>
      <description>&lt;P&gt;&amp;nbsp;This is a newer feature, not in SAS 9.3. What version of SAS and SAS/STAT do you have?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can check with&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Proc product_status;run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Aug 2018 18:41:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODS-output-Type3-proc-Logistic/m-p/490950#M25500</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-29T18:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output Type3 proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODS-output-Type3-proc-Logistic/m-p/490955#M25501</link>
      <description>&lt;P&gt;Thanks Reza.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Base SAS Software ...&lt;BR /&gt;Custom version information: 9.4_M4&lt;BR /&gt;Image version information: 9.04.01M4P110916&lt;BR /&gt;For SAS/STAT ...&lt;BR /&gt;Custom version information: 14.2&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 18:57:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODS-output-Type3-proc-Logistic/m-p/490955#M25501</guid>
      <dc:creator>MikeAAC</dc:creator>
      <dc:date>2018-08-29T18:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output Type3 proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODS-output-Type3-proc-Logistic/m-p/490964#M25502</link>
      <description>Your CLASS variable is not in the model so the output is not produced. Try including a CLASS Variable in the model. The way to find this is to go to the details section of PROC logistic, find ODS TABLENAMES section and see what the requirements are for that output. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_logistic_details97.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_logistic_details97.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en&lt;/A&gt;</description>
      <pubDate>Wed, 29 Aug 2018 19:29:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODS-output-Type3-proc-Logistic/m-p/490964#M25502</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-29T19:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output Type3 proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODS-output-Type3-proc-Logistic/m-p/504148#M25926</link>
      <description>&lt;P&gt;Than you Reeza&lt;/P&gt;</description>
      <pubDate>Sun, 14 Oct 2018 23:41:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODS-output-Type3-proc-Logistic/m-p/504148#M25926</guid>
      <dc:creator>MikeAAC</dc:creator>
      <dc:date>2018-10-14T23:41:33Z</dc:date>
    </item>
  </channel>
</rss>

