<?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 Analysis using PARAM=EFFECT in log-linear in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Analysis-using-PARAM-EFFECT-in-log-linear/m-p/482097#M25065</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I normally use (param=ref ref=...) in my coding so I easily find the parameters in my model but I am having difficulty finding the right parameters for log-linear saturated model when it is coded as&amp;nbsp;&lt;SPAN&gt;(param=reffect)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the attached pictures, I am looking for the parameters that are associated with blond hair and hazel eye color.(hazel is reference category) My program is below;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc genmod data=students;&lt;BR /&gt;class hair (param=effect) eye (param=effect);&lt;BR /&gt;model ct = hair eye hair*eye/ dist=poisson link=log obstats;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting below which is not giving me the correct number.&lt;/P&gt;&lt;P&gt;ln(μ24)=3.1895(intercept)+(-0.2985) (blonde hair)=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me understand what I am missing here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-07-27 at 6.16.54 PM.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22089iBF693E8BE7C8D6ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-07-27 at 6.16.54 PM.png" alt="Screen Shot 2018-07-27 at 6.16.54 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-07-27 at 5.47.34 PM.png" style="width: 488px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22090i6F2D0289515D09C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-07-27 at 5.47.34 PM.png" alt="Screen Shot 2018-07-27 at 5.47.34 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-07-27 at 5.47.49 PM.png" style="width: 381px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22091iC73C5C7329EA9D3D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-07-27 at 5.47.49 PM.png" alt="Screen Shot 2018-07-27 at 5.47.49 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-07-27 at 5.48.07 PM.png" style="width: 458px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22093iF3DD298B8FA300BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-07-27 at 5.48.07 PM.png" alt="Screen Shot 2018-07-27 at 5.48.07 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-07-27 at 5.48.24 PM.png" style="width: 372px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22092iDB94DB0DA6CE621E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-07-27 at 5.48.24 PM.png" alt="Screen Shot 2018-07-27 at 5.48.24 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jul 2018 22:26:20 GMT</pubDate>
    <dc:creator>Salih</dc:creator>
    <dc:date>2018-07-27T22:26:20Z</dc:date>
    <item>
      <title>Analysis using PARAM=EFFECT in log-linear</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Analysis-using-PARAM-EFFECT-in-log-linear/m-p/482097#M25065</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I normally use (param=ref ref=...) in my coding so I easily find the parameters in my model but I am having difficulty finding the right parameters for log-linear saturated model when it is coded as&amp;nbsp;&lt;SPAN&gt;(param=reffect)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the attached pictures, I am looking for the parameters that are associated with blond hair and hazel eye color.(hazel is reference category) My program is below;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc genmod data=students;&lt;BR /&gt;class hair (param=effect) eye (param=effect);&lt;BR /&gt;model ct = hair eye hair*eye/ dist=poisson link=log obstats;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting below which is not giving me the correct number.&lt;/P&gt;&lt;P&gt;ln(μ24)=3.1895(intercept)+(-0.2985) (blonde hair)=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me understand what I am missing here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-07-27 at 6.16.54 PM.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22089iBF693E8BE7C8D6ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-07-27 at 6.16.54 PM.png" alt="Screen Shot 2018-07-27 at 6.16.54 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-07-27 at 5.47.34 PM.png" style="width: 488px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22090i6F2D0289515D09C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-07-27 at 5.47.34 PM.png" alt="Screen Shot 2018-07-27 at 5.47.34 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-07-27 at 5.47.49 PM.png" style="width: 381px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22091iC73C5C7329EA9D3D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-07-27 at 5.47.49 PM.png" alt="Screen Shot 2018-07-27 at 5.47.49 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-07-27 at 5.48.07 PM.png" style="width: 458px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22093iF3DD298B8FA300BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-07-27 at 5.48.07 PM.png" alt="Screen Shot 2018-07-27 at 5.48.07 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-07-27 at 5.48.24 PM.png" style="width: 372px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22092iDB94DB0DA6CE621E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-07-27 at 5.48.24 PM.png" alt="Screen Shot 2018-07-27 at 5.48.24 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 22:26:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Analysis-using-PARAM-EFFECT-in-log-linear/m-p/482097#M25065</guid>
      <dc:creator>Salih</dc:creator>
      <dc:date>2018-07-27T22:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis using PARAM=EFFECT in log-linear</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Analysis-using-PARAM-EFFECT-in-log-linear/m-p/482185#M25069</link>
      <description>&lt;P&gt;The Class Level Information table tells you exactly how to use the parameters. For hazel, it tells you that you add in the negative of each of the Eye parameters. Similarly, for the interaction parameters, you would add in the negatives of all of the Eye parameters for blond. That gives 10 as the predicted value after exponentiating.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2018 16:18:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Analysis-using-PARAM-EFFECT-in-log-linear/m-p/482185#M25069</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-07-28T16:18:48Z</dc:date>
    </item>
  </channel>
</rss>

