<?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: Problem with Dummy Varaibles in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/problem-with-dummy-varaibles/m-p/298821#M1890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using categorical data (specifically nominal data with a binary representation), you don't use correlation nor regression.&amp;nbsp; They are not the correct statistical techniques and if you even managed to get a 'number' it would have no meaning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should really be looking at non-parametric statistics, perhaps a simple Chi-square test or some test of association but definitely not a parametric correlation test.&lt;/P&gt;&lt;P&gt;Correlation and regression in your useage would require interval/ratio data and the tests themselves have whole set of underlying assumptions about the distribution of the data with respect to normality etc etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2017 21:01:02 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-04-07T21:01:02Z</dc:date>
    <item>
      <title>Problem with Dummy Varaibles</title>
      <link>https://community.esri.com/t5/developers-questions/problem-with-dummy-varaibles/m-p/298820#M1889</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 have categorical variable named "ethnicity" with values Black and Latinos. I wanted to create &amp;nbsp;dummy variable &amp;nbsp;for each value. First, I created dummy variable for black in a new column and gave it the value of "1", and Latinos the value of "0".&lt;/P&gt;&lt;P&gt;Then I created another dummy variable for Latinos in a new column and gave it the value of "1", and black the value of "0".&lt;/P&gt;&lt;P&gt;So when I ran the Ordinary least square (&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-statistics-toolbox/ordinary-least-squares.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-statistics-toolbox/ordinary-least-squares.htm"&gt;Ordinary Least Squares (OLS)—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;) on these two dummy variables, I got the error of multicollinearity, it regarded the two variable redundant. Is there any way I can create the two dummy variables without having this error?? (I wanted to create them in Arcmap using field calculator)&lt;/P&gt;&lt;P&gt;Appreciate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 20:52:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/problem-with-dummy-varaibles/m-p/298820#M1889</guid>
      <dc:creator>ABDALLAMOHAMED</dc:creator>
      <dc:date>2017-04-07T20:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Dummy Varaibles</title>
      <link>https://community.esri.com/t5/developers-questions/problem-with-dummy-varaibles/m-p/298821#M1890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using categorical data (specifically nominal data with a binary representation), you don't use correlation nor regression.&amp;nbsp; They are not the correct statistical techniques and if you even managed to get a 'number' it would have no meaning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should really be looking at non-parametric statistics, perhaps a simple Chi-square test or some test of association but definitely not a parametric correlation test.&lt;/P&gt;&lt;P&gt;Correlation and regression in your useage would require interval/ratio data and the tests themselves have whole set of underlying assumptions about the distribution of the data with respect to normality etc etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 21:01:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/problem-with-dummy-varaibles/m-p/298821#M1890</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-04-07T21:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Dummy Varaibles</title>
      <link>https://community.esri.com/t5/developers-questions/problem-with-dummy-varaibles/m-p/298822#M1891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;Thanks a lot for your response. &amp;nbsp;I have read the following statement about OLS from&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-statistics-toolbox/what-they-don-t-tell-you-about-regression-analysis.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-statistics-toolbox/what-they-don-t-tell-you-about-regression-analysis.htm"&gt;What they don't tell you about regression analysis—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;Do you see regional clusters, or can you recognize trends in your data? If so, creating a dummy variable to capture these regional differences may be effective. The classic example for a dummy variable is one that distinguishes urban and rural features. By assigning all rural features a value of &lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d; background-color: #fefefe; font-size: 14px;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt; and all other features a value of &lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d; background-color: #fefefe; font-size: 14px;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;, you may be able to capture spatial relationships in the landscape that could be important to your model."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;So when I read this statement , I thought I could create a dummy variable for OLS&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 21:14:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/problem-with-dummy-varaibles/m-p/298822#M1891</guid>
      <dc:creator>ABDALLAMOHAMED</dc:creator>
      <dc:date>2017-04-07T21:14:26Z</dc:date>
    </item>
  </channel>
</rss>

