<?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: Different model fit statistic results using different reference/parameter coding? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-Different-model-fit-statistic-results-using/m-p/888337#M39433</link>
    <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;I recently did a SAS Statistics 1 exercise (&lt;/SPAN&gt;&lt;STRONG&gt;st107d05.sas&lt;/STRONG&gt;&lt;SPAN&gt;) and got different results for the model fit statistics&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It looks to me like you got the exact same model fit statistics for both runs. I don't see a difference, do you? Please explain futher.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2023 12:33:07 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2023-08-08T12:33:07Z</dc:date>
    <item>
      <title>Proc logistic: Different model fit statistic results using different reference/parameter coding?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-Different-model-fit-statistic-results-using/m-p/888331#M39431</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I recently did a SAS Statistics 1 exercise (&lt;STRONG&gt;st107d05.sas&lt;/STRONG&gt;) and got different results for the model fit statistics (Everything else was the same and displayed in a different order, I assume it's because I didn't apply a format)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if there is a difference with the following reference coding techniques because I always thought they were same:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code &amp;amp; some output&lt;/P&gt;&lt;P&gt;proc logistic data=STAT1.safety plots(only)=(effect oddsratio);&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#008000"&gt;class Size (ref="1") Region (ref="Asia")/param=ref&lt;/FONT&gt;;&lt;/STRONG&gt;&lt;BR /&gt;model unsafe (event="1")=Weight Region Size/ clodds=pl selection=backward;&lt;BR /&gt;UNITS weight= -1;&lt;BR /&gt;store issafe;&lt;/P&gt;&lt;P&gt;title 'LOGISTIC MODEL (3): Backwards Elimination';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fastandcurious_0-1691497118509.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86522i894859CA62C20A0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fastandcurious_0-1691497118509.png" alt="fastandcurious_0-1691497118509.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Solution code &amp;amp; some output&lt;/P&gt;&lt;P&gt;proc logistic data=STAT1.safety plots(only)=(effect oddsratio);&lt;BR /&gt;class &lt;STRONG&gt;&lt;FONT color="#008000"&gt;Region (param=ref ref='Asia')&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;Size (param=ref ref='1')&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;BR /&gt;model Unsafe(event='1') = Weight Region Size / clodds=pl selection=backward;&lt;BR /&gt;units Weight = -1;&lt;BR /&gt;store isSafe;&lt;BR /&gt;title 'Logistic Model: Backwards Elimination';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fastandcurious_1-1691497199015.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86523iE9D3CDC446685399/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fastandcurious_1-1691497199015.png" alt="fastandcurious_1-1691497199015.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 12:24:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-Different-model-fit-statistic-results-using/m-p/888331#M39431</guid>
      <dc:creator>fastandcurious</dc:creator>
      <dc:date>2023-08-08T12:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic: Different model fit statistic results using different reference/parameter coding?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-Different-model-fit-statistic-results-using/m-p/888337#M39433</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;I recently did a SAS Statistics 1 exercise (&lt;/SPAN&gt;&lt;STRONG&gt;st107d05.sas&lt;/STRONG&gt;&lt;SPAN&gt;) and got different results for the model fit statistics&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It looks to me like you got the exact same model fit statistics for both runs. I don't see a difference, do you? Please explain futher.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 12:33:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-Different-model-fit-statistic-results-using/m-p/888337#M39433</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-08-08T12:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic: Different model fit statistic results using different reference/parameter coding?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-Different-model-fit-statistic-results-using/m-p/888340#M39435</link>
      <description>&lt;P&gt;Sorry, thanks for the catch! I used the wrong snippet. The solution&amp;nbsp; results should be this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fastandcurious_0-1691498275310.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86524i1CDB2230C4E5E16E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fastandcurious_0-1691498275310.png" alt="fastandcurious_0-1691498275310.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 12:38:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-Different-model-fit-statistic-results-using/m-p/888340#M39435</guid>
      <dc:creator>fastandcurious</dc:creator>
      <dc:date>2023-08-08T12:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic: Different model fit statistic results using different reference/parameter coding?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-Different-model-fit-statistic-results-using/m-p/888342#M39436</link>
      <description>I'm sorry I restarted the program and I think I was comparing the wrong table models with each other.</description>
      <pubDate>Tue, 08 Aug 2023 12:41:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-Different-model-fit-statistic-results-using/m-p/888342#M39436</guid>
      <dc:creator>fastandcurious</dc:creator>
      <dc:date>2023-08-08T12:41:21Z</dc:date>
    </item>
  </channel>
</rss>

