<?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: GENMOD dropping variable in parameter estimates table in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/GENMOD-dropping-variable-in-parameter-estimates-table/m-p/813477#M40114</link>
    <description>&lt;P&gt;The output reflects the model.&amp;nbsp; You have&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;age  pathogen_new diarrhea bloodydiarr fever&lt;/PRE&gt;
&lt;P&gt;as your right hand side variables, and that is what shows in your output.&amp;nbsp; Until you add "specimen" to the model, it will not appear in the output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect that fever is confounded completely with at least one other variable (this looks like a good question for&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;&amp;nbsp;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 May 2022 15:08:16 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2022-05-16T15:08:16Z</dc:date>
    <item>
      <title>GENMOD dropping variable in parameter estimates table</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/GENMOD-dropping-variable-in-parameter-estimates-table/m-p/812449#M40059</link>
      <description>&lt;P&gt;Hi there, I am modeling an outcome with multiple covariates (GENMOD, logistic regression). However, my parameter estimates table is dropping out an entire variable from the table that is in my model. I know there are no missing observations because I have selected only complete cases in my dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hoping to understand why I'm not getting the variable 'fever' in my final output estimates table? Also, if it's not in the table, is it at least being adjusted for in the results?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc genmod data = hospital;
	class	age (ref='X')
			pathogen_new (ref='X')
			diarrhea (ref='NO') 
			bloodydiarr (ref='NO') 
			fever (ref='NO') 
			specimen (ref='X')
			 / param=ref;
	model 	hospital (event='YES') = age  pathogen_new diarrhea bloodydiarr fever / dist = bin link = log;
	format age Agefull. specimen $source_cllp.;
run;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="output2.png" style="width: 488px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71277i13647BF4155FC879/image-size/large?v=v2&amp;amp;px=999" role="button" title="output2.png" alt="output2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="output.png" style="width: 892px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71278i8E43B62E745184E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="output.png" alt="output.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 16:01:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/GENMOD-dropping-variable-in-parameter-estimates-table/m-p/812449#M40059</guid>
      <dc:creator>lsandell</dc:creator>
      <dc:date>2022-05-10T16:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: GENMOD dropping variable in parameter estimates table</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/GENMOD-dropping-variable-in-parameter-estimates-table/m-p/812455#M40061</link>
      <description>&lt;P&gt;Show the log.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 16:15:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/GENMOD-dropping-variable-in-parameter-estimates-table/m-p/812455#M40061</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-05-10T16:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: GENMOD dropping variable in parameter estimates table</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/GENMOD-dropping-variable-in-parameter-estimates-table/m-p/813477#M40114</link>
      <description>&lt;P&gt;The output reflects the model.&amp;nbsp; You have&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;age  pathogen_new diarrhea bloodydiarr fever&lt;/PRE&gt;
&lt;P&gt;as your right hand side variables, and that is what shows in your output.&amp;nbsp; Until you add "specimen" to the model, it will not appear in the output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect that fever is confounded completely with at least one other variable (this looks like a good question for&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;&amp;nbsp;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 15:08:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/GENMOD-dropping-variable-in-parameter-estimates-table/m-p/813477#M40114</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-05-16T15:08:16Z</dc:date>
    </item>
  </channel>
</rss>

