<?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: Lackfit not showing output information for logistic regression. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Lackfit-not-showing-output-information-for-logistic-regression/m-p/791996#M253762</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/413936"&gt;@Tariq519&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I highly doubt that two of my observations have identical values&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Me too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Is that really the only way you can utilize lackfit? &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, that's what it needs to work.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jan 2022 21:18:53 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2022-01-24T21:18:53Z</dc:date>
    <item>
      <title>Lackfit not showing output information for logistic regression.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Lackfit-not-showing-output-information-for-logistic-regression/m-p/791888#M253715</link>
      <description>&lt;P&gt;Good morning, I am currently creating an ordinal logistical model for my job and I am trying to diagnose the model to ensue that it fits the data. I am using the "lackfit" statement right after the model statement, however every time I run the code, the usual output is displayed, however no Hosmer and Lemeshow analysis is never displayed. I am currently using SAS 9.3 through SAS Enterprise 7.1. Here is my code below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc logistic data=upper_limit;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;class Profitrank dlr_zip RUCA2 area_description/ param= ref;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;model profitrank = num_booked--percentage_of_new average_vehicle_age--average_truist_rate RUCA2 state_median_income--state_pop State_pop*RUCA2/lackfit rsq;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;output out=new p=ppred;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would greatly appreciate any help!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 16:19:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Lackfit-not-showing-output-information-for-logistic-regression/m-p/791888#M253715</guid>
      <dc:creator>Tariq519</dc:creator>
      <dc:date>2022-01-24T16:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lackfit not showing output information for logistic regression.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Lackfit-not-showing-output-information-for-logistic-regression/m-p/791893#M253717</link>
      <description>&lt;P&gt;For lack of fit to be computed, you have to have at least two observations with identical values across all x-variables. With so many x-variables, I think it is unlikely that you would have such observations. Have you checked your data set to see if you do have at least two observations with identical values?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 16:25:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Lackfit-not-showing-output-information-for-logistic-regression/m-p/791893#M253717</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-01-24T16:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Lackfit not showing output information for logistic regression.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Lackfit-not-showing-output-information-for-logistic-regression/m-p/791976#M253757</link>
      <description>I highly doubt that two of my observations have identical values. Is that really the only way you can utilize lackfit? Because I know the pearson dispersion test wouldn't work for this either since I have a lot of predictor variables a nd a relatively large data set.</description>
      <pubDate>Mon, 24 Jan 2022 20:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Lackfit-not-showing-output-information-for-logistic-regression/m-p/791976#M253757</guid>
      <dc:creator>Tariq519</dc:creator>
      <dc:date>2022-01-24T20:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Lackfit not showing output information for logistic regression.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Lackfit-not-showing-output-information-for-logistic-regression/m-p/791996#M253762</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/413936"&gt;@Tariq519&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I highly doubt that two of my observations have identical values&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Me too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Is that really the only way you can utilize lackfit? &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, that's what it needs to work.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 21:18:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Lackfit-not-showing-output-information-for-logistic-regression/m-p/791996#M253762</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-01-24T21:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Lackfit not showing output information for logistic regression.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Lackfit-not-showing-output-information-for-logistic-regression/m-p/792171#M253815</link>
      <description>You will not get  "lackfit"  a.k.a Goodness Of Fitness Test , if there were more than 2 levels in Y variable (profitrank ) .</description>
      <pubDate>Tue, 25 Jan 2022 13:13:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Lackfit-not-showing-output-information-for-logistic-regression/m-p/792171#M253815</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-01-25T13:13:03Z</dc:date>
    </item>
  </channel>
</rss>

