<?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 Missing values note after running proc logistic in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Missing-values-note-after-running-proc-logistic/m-p/22507#M736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; It's not just the explanatory variables, but any variables listed in the CLASS stmt, the MODEL stmt, or the WEIGHT statement. To count the number of missing values in your variables, see this article: &lt;A href="http://blogs.sas.com/content/iml/2011/09/19/count-the-number-of-missing-values-for-each-variable/"&gt;http://blogs.sas.com/content/iml/2011/09/19/count-the-number-of-missing-values-for-each-variable/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2012 01:54:35 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2012-03-06T01:54:35Z</dc:date>
    <item>
      <title>Missing values note after running proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Missing-values-note-after-running-proc-logistic/m-p/22506#M735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am getting this note:&lt;/P&gt;&lt;TABLE class="notebanner"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="l notebanner"&gt;Note:&lt;/TD&gt;&lt;TD class="l notecontent"&gt;645 observations were deleted due to missing values for the response or explanatory variables.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;after ruuning a proc logistic,&lt;/P&gt;&lt;P&gt;The code likes this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;logistic&lt;/STRONG&gt; &lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; =library.nismicathcabg4 &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;descending&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;&amp;nbsp;&amp;nbsp; female&amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;ref&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;= first) dm dmcx htn_c&amp;nbsp; aids alcohol ANEMDEF arth race1(&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;ref&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;=first)&amp;nbsp;&amp;nbsp; ZIPINC_QRTL(&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;ref&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;=first) hosp_location h_contrl(&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;ref&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;=first) hosp_teach&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;bldloss chf chrnlung coag depress drug hypothy liver lymph lytes mets neuro obese para perivasc psych pulmcirc renlfail tumor &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;ulcer valve wghtloss cararrhythmia/&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;param&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;=ref;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;&amp;nbsp; died=&amp;nbsp; age female&amp;nbsp; dm dmcx htn_c&amp;nbsp; aids alcohol ANEMDEF arth race1 zipinc_qrtl hosp_location h_contrl hosp_teach&amp;nbsp; TOTAL_DISC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;bldloss chf chrnlung coag depress drug hypothy liver lymph lytes mets neuro obese para perivasc psych pulmcirc renlfail tumor &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;ulcer valve wghtloss cararrhythmia; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; pcionly=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; and stemi=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;0&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;weight&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt; discwt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: blue; font-size: 14pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: Calibri; color: purple; font-size: 14pt;"&gt;'Logi Reg in-hosp mortality vs gender in POST-PCI MI patients using "where" option with RACE +income for nonstemi with pcionly'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: Calibri; color: black; font-size: 14pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 14pt; background-color: white; font-family: Calibri;"&gt;quit&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked all the variables for missing values and deleted the records that had missing values for all above mentioned explanatory variables,so the data is supposed to be complete...&lt;/P&gt;&lt;P&gt;But i am not sure why i keep getting this note..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea? any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much.&lt;/P&gt;&lt;P&gt;Ashwini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 00:00:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Missing-values-note-after-running-proc-logistic/m-p/22506#M735</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2012-03-06T00:00:44Z</dc:date>
    </item>
    <item>
      <title>Missing values note after running proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Missing-values-note-after-running-proc-logistic/m-p/22507#M736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; It's not just the explanatory variables, but any variables listed in the CLASS stmt, the MODEL stmt, or the WEIGHT statement. To count the number of missing values in your variables, see this article: &lt;A href="http://blogs.sas.com/content/iml/2011/09/19/count-the-number-of-missing-values-for-each-variable/"&gt;http://blogs.sas.com/content/iml/2011/09/19/count-the-number-of-missing-values-for-each-variable/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 01:54:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Missing-values-note-after-running-proc-logistic/m-p/22507#M736</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-03-06T01:54:35Z</dc:date>
    </item>
  </channel>
</rss>

