<?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: Parameter estimate for dummy variable in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256632#M13553</link>
    <description>&lt;P&gt;With the standard GLM parameterization, the intercept is the last level of the factor (level 6 in your case). You can take out the intercept (noint) and the six levels have estimates, with a direct interpretation. That is fine. However, the type III test for the factor is not testing the equality of the parameters (it is now testing the equality of the parateters all to 0). That is a big difference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the default parameterization, you can use estimate statements to get the estimates for each level of the factor. Generic example:&lt;/P&gt;
&lt;P&gt;estimate '1' int 1 f 1 0 0 0 0 0;&lt;/P&gt;
&lt;P&gt;estimate '2' int 1 f 0 1 0 0 0 0;&lt;/P&gt;
&lt;P&gt;and so on. Here "f" is my generic name for your factor.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Mar 2016 20:07:01 GMT</pubDate>
    <dc:creator>lvm</dc:creator>
    <dc:date>2016-03-14T20:07:01Z</dc:date>
    <item>
      <title>Parameter estimate for dummy variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256348#M13534</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The DATA is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to find the effect from Industry (dummy) on the Tobin variable with a random effect model, but when I do the regression with all 6 industry-dummies the dummy for the industry 'Industrials' gets a 0 parameter estimate. When I exclude one industry-dummy (not Industrials) the dummy for Industrials gets a parameter estimate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone tell me why this happen? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2016 23:25:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256348#M13534</guid>
      <dc:creator>rili10ab</dc:creator>
      <dc:date>2016-03-12T23:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter estimate for dummy variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256357#M13535</link>
      <description>&lt;P&gt;That's how dummy values work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have n levels you n-1 parameters since the last option is all other parameters set to 0.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The term for what your seeing is called overparametization.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a quick overview and refer to a statistics textbook for more details.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.ats.ucla.edu/stat/mult_pkg/faq/general/dummy.htm" target="_blank"&gt;http://www.ats.ucla.edu/stat/mult_pkg/faq/general/dummy.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 01:16:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256357#M13535</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-13T01:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter estimate for dummy variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256418#M13541</link>
      <description>Thank you for your answer.&lt;BR /&gt;&lt;BR /&gt;So the industrials-dummy is the base level.is it somehow possible to get a table where all estimates of the dummy variables are shown, and not the level compared to the base dummy variable industrials?</description>
      <pubDate>Sun, 13 Mar 2016 12:38:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256418#M13541</guid>
      <dc:creator>rili10ab</dc:creator>
      <dc:date>2016-03-13T12:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter estimate for dummy variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256420#M13542</link>
      <description>&lt;P&gt;I would like the results to be like this, so it is possible to interpret the results on how sectors influence.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2298iCB39D738C29E09CA/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Untitled.jpg" title="Untitled.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 13:12:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256420#M13542</guid>
      <dc:creator>rili10ab</dc:creator>
      <dc:date>2016-03-13T13:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter estimate for dummy variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256424#M13543</link>
      <description>You have to have a reference level so no. One will have to be missing. You can decide which.</description>
      <pubDate>Sun, 13 Mar 2016 17:15:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256424#M13543</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-13T17:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter estimate for dummy variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256451#M13547</link>
      <description>&lt;P&gt;How do I find the influence from the excluded variable?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to interpret how each sector influence on Tobin and not to the difference between the sector and the reference level.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it the effect coding method I should use? And is that possible with random effect model? Or should I just&amp;nbsp;run regression without&amp;nbsp;the intercept and interpret the results?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 23:06:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256451#M13547</guid>
      <dc:creator>rili10ab</dc:creator>
      <dc:date>2016-03-13T23:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter estimate for dummy variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256632#M13553</link>
      <description>&lt;P&gt;With the standard GLM parameterization, the intercept is the last level of the factor (level 6 in your case). You can take out the intercept (noint) and the six levels have estimates, with a direct interpretation. That is fine. However, the type III test for the factor is not testing the equality of the parameters (it is now testing the equality of the parateters all to 0). That is a big difference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the default parameterization, you can use estimate statements to get the estimates for each level of the factor. Generic example:&lt;/P&gt;
&lt;P&gt;estimate '1' int 1 f 1 0 0 0 0 0;&lt;/P&gt;
&lt;P&gt;estimate '2' int 1 f 0 1 0 0 0 0;&lt;/P&gt;
&lt;P&gt;and so on. Here "f" is my generic name for your factor.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 20:07:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Parameter-estimate-for-dummy-variable/m-p/256632#M13553</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2016-03-14T20:07:01Z</dc:date>
    </item>
  </channel>
</rss>

