<?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 Need help with a clustering problem in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Need-help-with-a-clustering-problem/m-p/138767#M37223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to run a regression where the dependent variable (say, stocks' abnormal returns) are related to a few explanatory variables.&amp;nbsp; The problem is that all the stocks come from the same industry,and so the error terms are probably correlated.&amp;nbsp; Is there a SAS function that can take care of this problem?&amp;nbsp; Pleade note that the data are NOT time-series data.&amp;nbsp; The abnormal returns are measured at one single point in time.&amp;nbsp; In other words, the data are just cross-sectional data.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Jan 2014 23:09:20 GMT</pubDate>
    <dc:creator>Everton</dc:creator>
    <dc:date>2014-01-12T23:09:20Z</dc:date>
    <item>
      <title>Need help with a clustering problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Need-help-with-a-clustering-problem/m-p/138767#M37223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to run a regression where the dependent variable (say, stocks' abnormal returns) are related to a few explanatory variables.&amp;nbsp; The problem is that all the stocks come from the same industry,and so the error terms are probably correlated.&amp;nbsp; Is there a SAS function that can take care of this problem?&amp;nbsp; Pleade note that the data are NOT time-series data.&amp;nbsp; The abnormal returns are measured at one single point in time.&amp;nbsp; In other words, the data are just cross-sectional data.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jan 2014 23:09:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Need-help-with-a-clustering-problem/m-p/138767#M37223</guid>
      <dc:creator>Everton</dc:creator>
      <dc:date>2014-01-12T23:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a clustering problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Need-help-with-a-clustering-problem/m-p/138768#M37224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="vurls"&gt;Your best bet is likely to either use GEE (Generalized Estimating Equations) in Proc Genmod &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_genmod_sect008.htm" title="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_genmod_sect008.htm"&gt;SAS/STAT(R) 9.22 User's Guide&lt;/A&gt; or here are another couple of ways to use clusters in SAS &lt;A href="http://nesug.org/proceedings/nesug06/an/da01.pdf" title="http://nesug.org/proceedings/nesug06/an/da01.pdf"&gt;http://nesug.org/proceedings/nesug06/an/da01.pdf&lt;/A&gt; Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 00:29:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Need-help-with-a-clustering-problem/m-p/138768#M37224</guid>
      <dc:creator>overmar</dc:creator>
      <dc:date>2014-01-13T00:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a clustering problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Need-help-with-a-clustering-problem/m-p/138769#M37225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, overmar.&amp;nbsp; I've tried to learn how to use Proc Genmod and also Proc Surveyreg.&amp;nbsp; But I don't think they can be used in my case.&amp;nbsp; My sample all comes from the same industry, and so there is only class of observations (i.e., no multiple clusters).&amp;nbsp; I just want to run a regression on this sample.&amp;nbsp; Since the error terms may be correlated, I'd like to know if there a SAS function that can adjust the standard errors of the coefficients to account for the correlation.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jan 2014 01:42:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Need-help-with-a-clustering-problem/m-p/138769#M37225</guid>
      <dc:creator>Everton</dc:creator>
      <dc:date>2014-01-19T01:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a clustering problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Need-help-with-a-clustering-problem/m-p/138770#M37226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're looking for a way to adjust for dependent data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't believe there's an easy way. One is to cluster the data, if you know what the clusters are, but since you have only one cluster I'm not sure. More likely it seems like its simply a limitation of your analysis rather than something you can control for in any way.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jan 2014 03:27:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Need-help-with-a-clustering-problem/m-p/138770#M37226</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-01-19T03:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a clustering problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Need-help-with-a-clustering-problem/m-p/138771#M37227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Reeza.&amp;nbsp; Sorry I didn't thank you earlier.&amp;nbsp; I got a flu that knocked me out during the past two weeks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Feb 2014 17:07:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Need-help-with-a-clustering-problem/m-p/138771#M37227</guid>
      <dc:creator>Everton</dc:creator>
      <dc:date>2014-02-08T17:07:39Z</dc:date>
    </item>
  </channel>
</rss>

