<?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: In SAS EM, how can I know which one is the base level for nominal variable? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772916#M8913</link>
    <description>Thanks.</description>
    <pubDate>Fri, 08 Oct 2021 01:08:12 GMT</pubDate>
    <dc:creator>ycenycute</dc:creator>
    <dc:date>2021-10-08T01:08:12Z</dc:date>
    <item>
      <title>In SAS EM, how can I know which one is the base level for nominal variable?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772085#M8905</link>
      <description>&lt;P&gt;In SAS EM, if you specify a variable as a nominal variable, then in the regression results, it will automatically drop one value as the base level. How can I check which value the software dropped after I run the analysis?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 08:06:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772085#M8905</guid>
      <dc:creator>ycenycute</dc:creator>
      <dc:date>2021-10-05T08:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: In SAS EM, how can I know which one is the base level for nominal variable?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772220#M8906</link>
      <description>&lt;P&gt;SAS EM&amp;nbsp; uses the last level as the reference level after sorting the nominal variable alphabetically.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 16:39:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772220#M8906</guid>
      <dc:creator>gcjfernandez</dc:creator>
      <dc:date>2021-10-05T16:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: In SAS EM, how can I know which one is the base level for nominal variable?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772325#M8907</link>
      <description>Thank you. Is there a way we can change this or choose the base level on our own?</description>
      <pubDate>Wed, 06 Oct 2021 00:16:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772325#M8907</guid>
      <dc:creator>ycenycute</dc:creator>
      <dc:date>2021-10-06T00:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: In SAS EM, how can I know which one is the base level for nominal variable?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772339#M8908</link>
      <description>&lt;P&gt;You could recode the level you want to use as the baseline by adding 'z' in front of the current level. In SAS EM you can do this using the replacement node- select the nominal variable editor and specify your modified levels.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 04:16:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772339#M8908</guid>
      <dc:creator>gcjfernandez</dc:creator>
      <dc:date>2021-10-06T04:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: In SAS EM, how can I know which one is the base level for nominal variable?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772397#M8909</link>
      <description>Got you. Thanks so much. Also wondering if I manually create dummy indicators for categorical variable, then I can choose to drop one dummy as the base level. Then when I include the rest dummy indicators in the model, the results show 0 behind the name of the dummy indicator. Does this mean the coefficient is for dummy _indicator = 0? This is quite counter-intuitive to me. How does SAS EM treat dummy indicators when running regression?</description>
      <pubDate>Wed, 06 Oct 2021 11:01:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772397#M8909</guid>
      <dc:creator>ycenycute</dc:creator>
      <dc:date>2021-10-06T11:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: In SAS EM, how can I know which one is the base level for nominal variable?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772578#M8910</link>
      <description>&lt;P&gt;When you create a dummy variable with 0 and 1, by default level I will be assigned as the base line and 0 versus I tested.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Therefore&amp;nbsp; when creating the dummy variable, assign the level of interest to 0 and reference level to 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 21:15:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772578#M8910</guid>
      <dc:creator>gcjfernandez</dc:creator>
      <dc:date>2021-10-06T21:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: In SAS EM, how can I know which one is the base level for nominal variable?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772603#M8911</link>
      <description>I mean I manually create four dummy indicators for a categorical variable with 4 categories, then I drop one of the dummy indicator as the base level. But when I include the rest 3 dummy indicators in the model, how do those dummies work? By default, they are 1 for yes, 0 for no, but it seems to show the coefficient for 0. Are you suggesting I should set 1 for no and 0 for yes? If so, how shall I change that?</description>
      <pubDate>Thu, 07 Oct 2021 00:24:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772603#M8911</guid>
      <dc:creator>ycenycute</dc:creator>
      <dc:date>2021-10-07T00:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: In SAS EM, how can I know which one is the base level for nominal variable?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772630#M8912</link>
      <description>&lt;P&gt;You need to recreate the dummy variables (where assign 0 to yes and 1 to NO) in a data step.&lt;/P&gt;
&lt;P&gt;Because by default between 0 and 1, 1 will be assigned to base level.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other option: If you can substitute the HPGLM node for the Reg node, then you can specify the class level you want to specify as the base level in the properties.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 05:47:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772630#M8912</guid>
      <dc:creator>gcjfernandez</dc:creator>
      <dc:date>2021-10-07T05:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: In SAS EM, how can I know which one is the base level for nominal variable?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772916#M8913</link>
      <description>Thanks.</description>
      <pubDate>Fri, 08 Oct 2021 01:08:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/In-SAS-EM-how-can-I-know-which-one-is-the-base-level-for-nominal/m-p/772916#M8913</guid>
      <dc:creator>ycenycute</dc:creator>
      <dc:date>2021-10-08T01:08:12Z</dc:date>
    </item>
  </channel>
</rss>

