<?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: Association table with % discordant is not being output. It should be model default? How to do? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/758090#M36906</link>
    <description>&lt;P&gt;The abundance of output and a time deadline was a bad combination. After many tries and rereads of logs I came up with the following:&lt;/P&gt;
&lt;PRE&gt;ods exclude &lt;BR /&gt;Nobs&lt;BR /&gt;where = (_path_ ? 'Step0') &lt;BR /&gt;where = (_path_ ? 'Step1')&lt;BR /&gt;where = (_path_ ? 'Step2')&lt;BR /&gt;where = (_path_ ? 'Step3')&lt;BR /&gt;where = (_path_ ? 'Step4')&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;it is simple and much less problematic than trying to include tables which never were included the way I wanted. Thanks to all of you.&amp;nbsp;This was a critical topic for me.&amp;nbsp; MM&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jul 2021 13:57:59 GMT</pubDate>
    <dc:creator>MaryA_Marion</dc:creator>
    <dc:date>2021-07-29T13:57:59Z</dc:date>
    <item>
      <title>Association table with % discordant is not being output. It should be model default? How to do?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757915#M36888</link>
      <description>&lt;P&gt;SAS CODE:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods select ClassLevelInfo ConvergenceStatus GoodnessOfFit LackFitChiSq
ParameterEstimates clparmPL
OddsRatiosPL OddsRatiosWald
FitStatistics GlobalTests association ;
proc logistic data=xmatrix alpha=.05 ;
model dfree (event="0") = age ivhx1 ndrugtx treat / clparm=pl clodds=pl
lackfit aggregate gof rsquare influence scale=none expb;
run; quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks. MM&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 19:59:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757915#M36888</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2021-07-28T19:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Association table with % discordant is not being output. It should be model default? How to do?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757926#M36889</link>
      <description>&lt;P&gt;Are there any warnings or errors in the log? If so, show us the log (all of it, not just the warnings or errors)&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 19:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757926#M36889</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-07-28T19:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Association table with % discordant is not being output. It should be model default? How to do?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757929#M36891</link>
      <description>&lt;P&gt;What does your log show?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 19:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757929#M36891</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-28T19:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Association table with % discordant is not being output. It should be model default? How to do?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757933#M36893</link>
      <description>&lt;P&gt;Two problems here:&lt;/P&gt;
&lt;P&gt;1. I only want summary data, not all step output&lt;/P&gt;
&lt;P&gt;2. association of predicted probabilities and observed responses table is not output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope the log file makes it this time.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;MM&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 20:17:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757933#M36893</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2021-07-28T20:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Association table with % discordant is not being output. It should be model default? How to do?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757934#M36894</link>
      <description>&lt;P&gt;see attached. thank you. MM&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 20:18:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757934#M36894</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2021-07-28T20:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Association table with % discordant is not being output. It should be model default? How to do?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757939#M36896</link>
      <description>&lt;P&gt;I found the table. It looks like I need to do something about the extra step output. Sorry. thank you. MM&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 21:14:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757939#M36896</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2021-07-28T21:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Association table with % discordant is not being output. It should be model default? How to do?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757945#M36897</link>
      <description>&lt;P&gt;Look more closely at your log and the ODS TRACE results. Notice that Step 5 is the last step, not Step 4. Also notice that the Association table does not have "Step" in its Path designation. So, if you want all of the tables from the last Step and the Association table, then you would specify:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods select where = (_path_ ? 'Step5') association;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Jul 2021 20:38:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757945#M36897</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-07-28T20:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Association table with % discordant is not being output. It should be model default? How to do?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757946#M36898</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16492"&gt;@MaryA_Marion&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;see attached. thank you. MM&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The ODS TRACE output shows that the Association table was created. Are you asking about getting the results into a data set? That would require adding an ODS OUTPUT statement. Not all of the stuff that appears in the results can be captured by the procedure OUTPUT statement.&lt;/P&gt;
&lt;P&gt;If you want the Association table information in a data set add:&lt;/P&gt;
&lt;PRE&gt;ODS OUTPUT Association=work.assoc; &lt;/PRE&gt;
&lt;P&gt;That should create a data set named work.assoc with the information from the association table.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 20:39:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/757946#M36898</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-28T20:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Association table with % discordant is not being output. It should be model default? How to do?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/758083#M36905</link>
      <description>Thank you. That did help. After many tries, I figured out that excluding&lt;BR /&gt;tables works better than ODS include statement. I finally have something I&lt;BR /&gt;can use now.  MM&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jul 2021 13:48:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/758083#M36905</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2021-07-29T13:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Association table with % discordant is not being output. It should be model default? How to do?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/758090#M36906</link>
      <description>&lt;P&gt;The abundance of output and a time deadline was a bad combination. After many tries and rereads of logs I came up with the following:&lt;/P&gt;
&lt;PRE&gt;ods exclude &lt;BR /&gt;Nobs&lt;BR /&gt;where = (_path_ ? 'Step0') &lt;BR /&gt;where = (_path_ ? 'Step1')&lt;BR /&gt;where = (_path_ ? 'Step2')&lt;BR /&gt;where = (_path_ ? 'Step3')&lt;BR /&gt;where = (_path_ ? 'Step4')&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;it is simple and much less problematic than trying to include tables which never were included the way I wanted. Thanks to all of you.&amp;nbsp;This was a critical topic for me.&amp;nbsp; MM&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 13:57:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/758090#M36906</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2021-07-29T13:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Association table with % discordant is not being output. It should be model default? How to do?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/758118#M36907</link>
      <description>Too much output; I found it. I also only use the ods exclude statement now.&lt;BR /&gt;It is working much better. Thank you very much for your help. MM&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jul 2021 14:58:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Association-table-with-discordant-is-not-being-output-It-should/m-p/758118#M36907</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2021-07-29T14:58:17Z</dc:date>
    </item>
  </channel>
</rss>

