<?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: Conditional logistic regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-logistic-regression/m-p/714355#M34543</link>
    <description>&lt;P&gt;Thank you so much for your help.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jan 2021 18:29:35 GMT</pubDate>
    <dc:creator>UcheOkoro</dc:creator>
    <dc:date>2021-01-26T18:29:35Z</dc:date>
    <item>
      <title>Conditional logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-logistic-regression/m-p/714339#M34541</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please, I am working on some conditional logistic regression and part of the output is following&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UcheOkoro_0-1611683915039.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53928i1421FE4BC475861F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="UcheOkoro_0-1611683915039.png" alt="UcheOkoro_0-1611683915039.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I cannot find the meaning of "number of observations informative " and why it is low.&lt;/P&gt;
&lt;P&gt;The following is my code&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data = Avera_matched_data ;
 CLASS telemed_use(DESC)  chronic_dialysis(DESC) total_sofa1_ed2(DESC) mode_arrival(DESC) pmh_cancer(DESC) pmh_diabetes(DESC) 
       pmh_asthma(DESC) pmh_chf(DESC) pmh_hypertension(DESC) pmh_dialysis(DESC)
        pmh_copd(DESC) pmh_cirrhosis(DESC) pmh_transplant(DESC) Lactate1_cat(DESC) Age2(DESC) sex(DESC);
  model new_dialysis(event='1') = telemed_use apache_total surgery chronic_dialysis total_sofa1_ed2 mode_arrival pmh_cancer 
pmh_diabetes pmh_asthma pmh_chf pmh_hypertension pmh_dialysis pmh_copd pmh_cirrhosis pmh_transplant Lactate1_cat Age2 infection_ed_source2 sex /MAXITER=100 ITPRINT;
  strata _MatchID;
  ODS OUTPUT ParameterEstimates=new_dialysis1 ODDSRATIOS=lgsodds;
  BY _Imputation_;
   title " Model of New Dialysis by telemed";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thank you in advance for your assistance.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 17:55:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Conditional-logistic-regression/m-p/714339#M34541</guid>
      <dc:creator>UcheOkoro</dc:creator>
      <dc:date>2021-01-26T17:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-logistic-regression/m-p/714340#M34542</link>
      <description>&lt;P&gt;As stated in the description of the STRATA statement:&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;Strata that contain only events or only non-events are reported in this table, but such strata are uninformative and are not used in the analysis."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So, that is the count of all observations not involved in those uninformative strata.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 17:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Conditional-logistic-regression/m-p/714340#M34542</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-01-26T17:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-logistic-regression/m-p/714355#M34543</link>
      <description>&lt;P&gt;Thank you so much for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 18:29:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Conditional-logistic-regression/m-p/714355#M34543</guid>
      <dc:creator>UcheOkoro</dc:creator>
      <dc:date>2021-01-26T18:29:35Z</dc:date>
    </item>
  </channel>
</rss>

