<?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 Logistic data separation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Logistic-data-separation/m-p/820073#M323663</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am trying to use IPTW but I encountered this warning after running my code. I would like to know what this warning means and how to rectify the warning and have a smooth running code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*Log*/&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV class=""&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class=""&gt;72&lt;/DIV&gt;
&lt;DIV class=""&gt;73 proc logistic data= data1 desc;&lt;/DIV&gt;
&lt;DIV class=""&gt;74 class sex agerace (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;75 ALZHDMTE_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;76 AMIE_a (ref=first) ANEMIA_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;77 ATRIALFE_a (ref=first) ASTHMA_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;78 CHFE_a (ref=first) CHRNKDNE_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;79 COPDE_a (ref=first) DIABTESE_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;80 GLAUCMAE_a (ref=first) HIPFRACE_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;81 HYPERL_a (ref=first) HYPERP_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;82 HYPERT_a (ref=first) HYPOTH_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;83 ISCHMCHE_a (ref=first) OSTEOPRE_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;84 RA_OA_E_a (ref=first) STRKTIAE_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;85 cancer_a (ref=first) /param=ref;&lt;/DIV&gt;
&lt;DIV class=""&gt;86 model case (event='1') = age sex race ALZHDMTE_a&lt;/DIV&gt;
&lt;DIV class=""&gt;87 AMIE_a ANEMIA_a ATRIALFE_a ASTHMA_a CHFE_a&lt;/DIV&gt;
&lt;DIV class=""&gt;88 CHRNKDNE_a COPDE_a DIABTESE_a GLAUCMAE_a HIPFRACE_a&lt;/DIV&gt;
&lt;DIV class=""&gt;89 HYPERL_a HYPERP_a HYPERT_a HYPOTH_a ISCHMCHE_a&lt;/DIV&gt;
&lt;DIV class=""&gt;90 OSTEOPRE_a RA_OA_E_a STRKTIAE_a cancer_a / link=logit rsquare;&lt;/DIV&gt;
&lt;DIV class=""&gt;91 output out=data1_PS p=A1_C xbeta=logit_ps;&lt;/DIV&gt;
&lt;DIV class=""&gt;92 run;&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;NOTE: PROC LOGISTIC is modeling the probability that case=1.&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;FONT color="#FF0000"&gt;WARNING: There is possibly a quasi-complete separation of data points. The maximum likelihood estimate may not exist.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;FONT color="#FF0000"&gt;WARNING: The LOGISTIC procedure continues in spite of the above warning. Results shown are based on the last maximum likelihood&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;FONT color="#FF0000"&gt;iteration. Validity of the model fit is questionable.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV class=""&gt;NOTE: There were 1234567 observations read from the data set WORK.data1.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;PRE class=""&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jun 2022 23:10:45 GMT</pubDate>
    <dc:creator>CathyVI</dc:creator>
    <dc:date>2022-06-23T23:10:45Z</dc:date>
    <item>
      <title>Logistic data separation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Logistic-data-separation/m-p/820073#M323663</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am trying to use IPTW but I encountered this warning after running my code. I would like to know what this warning means and how to rectify the warning and have a smooth running code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*Log*/&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV class=""&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class=""&gt;72&lt;/DIV&gt;
&lt;DIV class=""&gt;73 proc logistic data= data1 desc;&lt;/DIV&gt;
&lt;DIV class=""&gt;74 class sex agerace (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;75 ALZHDMTE_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;76 AMIE_a (ref=first) ANEMIA_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;77 ATRIALFE_a (ref=first) ASTHMA_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;78 CHFE_a (ref=first) CHRNKDNE_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;79 COPDE_a (ref=first) DIABTESE_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;80 GLAUCMAE_a (ref=first) HIPFRACE_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;81 HYPERL_a (ref=first) HYPERP_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;82 HYPERT_a (ref=first) HYPOTH_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;83 ISCHMCHE_a (ref=first) OSTEOPRE_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;84 RA_OA_E_a (ref=first) STRKTIAE_a (ref=first)&lt;/DIV&gt;
&lt;DIV class=""&gt;85 cancer_a (ref=first) /param=ref;&lt;/DIV&gt;
&lt;DIV class=""&gt;86 model case (event='1') = age sex race ALZHDMTE_a&lt;/DIV&gt;
&lt;DIV class=""&gt;87 AMIE_a ANEMIA_a ATRIALFE_a ASTHMA_a CHFE_a&lt;/DIV&gt;
&lt;DIV class=""&gt;88 CHRNKDNE_a COPDE_a DIABTESE_a GLAUCMAE_a HIPFRACE_a&lt;/DIV&gt;
&lt;DIV class=""&gt;89 HYPERL_a HYPERP_a HYPERT_a HYPOTH_a ISCHMCHE_a&lt;/DIV&gt;
&lt;DIV class=""&gt;90 OSTEOPRE_a RA_OA_E_a STRKTIAE_a cancer_a / link=logit rsquare;&lt;/DIV&gt;
&lt;DIV class=""&gt;91 output out=data1_PS p=A1_C xbeta=logit_ps;&lt;/DIV&gt;
&lt;DIV class=""&gt;92 run;&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;NOTE: PROC LOGISTIC is modeling the probability that case=1.&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;FONT color="#FF0000"&gt;WARNING: There is possibly a quasi-complete separation of data points. The maximum likelihood estimate may not exist.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;FONT color="#FF0000"&gt;WARNING: The LOGISTIC procedure continues in spite of the above warning. Results shown are based on the last maximum likelihood&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;FONT color="#FF0000"&gt;iteration. Validity of the model fit is questionable.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV class=""&gt;NOTE: There were 1234567 observations read from the data set WORK.data1.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;PRE class=""&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 23:10:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Logistic-data-separation/m-p/820073#M323663</guid>
      <dc:creator>CathyVI</dc:creator>
      <dc:date>2022-06-23T23:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Inverse probability weighting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Logistic-data-separation/m-p/820147#M323680</link>
      <description>&lt;P&gt;It is caused by your data. Fix is problematic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can read this link for some ideas that may apply to your data: &lt;A href="https://stats.oarc.ucla.edu/other/mult-pkg/faq/general/faqwhat-is-complete-or-quasi-complete-separation-in-logisticprobit-regression-and-how-do-we-deal-with-them/" target="_blank"&gt;https://stats.oarc.ucla.edu/other/mult-pkg/faq/general/faqwhat-is-complete-or-quasi-complete-separation-in-logisticprobit-regression-and-how-do-we-deal-with-them/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that is the first return from my internet search of " quasi-complete separation of data points"&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 19:45:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Logistic-data-separation/m-p/820147#M323680</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-06-23T19:45:25Z</dc:date>
    </item>
  </channel>
</rss>

