<?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: Regression with at least 15 observations? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Regression-with-at-least-15-observations/m-p/560503#M10472</link>
    <description>Skip regression for that,&lt;BR /&gt;</description>
    <pubDate>Tue, 21 May 2019 13:57:19 GMT</pubDate>
    <dc:creator>amanjot_42</dc:creator>
    <dc:date>2019-05-21T13:57:19Z</dc:date>
    <item>
      <title>Regression with at least 15 observations?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Regression-with-at-least-15-observations/m-p/560341#M10456</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I am trying to perform regression analysis on my dataset, but I have one condition that the number of observations should be at least 15 in order to do the regression part. My data looks like:&lt;/P&gt;&lt;P&gt;Cusip&amp;nbsp; Year&amp;nbsp; SIC Sales Assets&lt;/P&gt;&lt;P&gt;10000&amp;nbsp; 2000&amp;nbsp; 11&amp;nbsp; 12&amp;nbsp; 15&lt;/P&gt;&lt;P&gt;10000&amp;nbsp; 2001&amp;nbsp; 11&amp;nbsp; 13&amp;nbsp; 18&lt;/P&gt;&lt;P&gt;10000&amp;nbsp; 2002&amp;nbsp; 11&amp;nbsp; 10&amp;nbsp; &amp;nbsp;20&lt;/P&gt;&lt;P&gt;10000&amp;nbsp; 2003&amp;nbsp; 11&amp;nbsp; 9&amp;nbsp; 25&lt;/P&gt;&lt;P&gt;11000&amp;nbsp; 2000&amp;nbsp; 8&amp;nbsp; &amp;nbsp;5&amp;nbsp; 25&lt;/P&gt;&lt;P&gt;11000&amp;nbsp; 2001&amp;nbsp; 8&amp;nbsp; &amp;nbsp;6&amp;nbsp; 28&lt;/P&gt;&lt;P&gt;11000&amp;nbsp; 2002&amp;nbsp; 8&amp;nbsp; &amp;nbsp;7&amp;nbsp; 29&lt;/P&gt;&lt;P&gt;11000&amp;nbsp; 2003&amp;nbsp; 8&amp;nbsp; &amp;nbsp;5&amp;nbsp; 28&lt;/P&gt;&lt;P&gt;12000&amp;nbsp; 2003&amp;nbsp; 11&amp;nbsp; 6&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;12000&amp;nbsp; 2004&amp;nbsp; 11&amp;nbsp; 7&amp;nbsp; 25&lt;/P&gt;&lt;P&gt;13000&amp;nbsp; 2002&amp;nbsp; 10&amp;nbsp; 9&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;13000&amp;nbsp; 2003&amp;nbsp; 10&amp;nbsp; 10&amp;nbsp; 15&lt;/P&gt;&lt;P&gt;13000&amp;nbsp; 2004&amp;nbsp; 10&amp;nbsp; 5&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;13000&amp;nbsp; 2005&amp;nbsp; 10&amp;nbsp; 5&amp;nbsp; 25&lt;/P&gt;&lt;P&gt;13000&amp;nbsp; 2006&amp;nbsp; 10&amp;nbsp; 6&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;13000&amp;nbsp; 2007&amp;nbsp; 10&amp;nbsp; 7&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to regress sales against assets by industry and years. So, basically, cross-sectional regressions for each year across industries. But for this, I need to have at least 15 observations for each year regression.&lt;/P&gt;&lt;P&gt;Please suggest me!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 04:08:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Regression-with-at-least-15-observations/m-p/560341#M10456</guid>
      <dc:creator>amanjot_42</dc:creator>
      <dc:date>2019-05-21T04:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regression with at least 15 observations?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Regression-with-at-least-15-observations/m-p/560479#M10465</link>
      <description>&lt;P&gt;It's not clear what you are asking. Are you saying you want different regressions for every year in your data, and each year has to have at least 15 observations, and your question is what to do if you don't have 15 observations for each year? Well, obviously, running regressions is not possible under the condition that you have at least 15 observations for each year, you don't have enough data. You have to go out and collect more data, or simply not do the regressions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have never heard of such a restriction. The whole point of doing any statistical analysis is to see if, in layman's terms, if the signal is greater than the noise. Signal can be greater than noise with 5 observations, or signal can be less than noise with 500 observations. Why don't you just run the regression and see?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 13:16:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Regression-with-at-least-15-observations/m-p/560479#M10465</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-05-21T13:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regression with at least 15 observations?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Regression-with-at-least-15-observations/m-p/560495#M10469</link>
      <description>Thanks,&lt;BR /&gt;I have panel data of firm-years. So, for each year (for different industries), I want to run a cross sectional analysis with at least 15 firms present in one industry sector (SIC).&lt;BR /&gt;</description>
      <pubDate>Tue, 21 May 2019 13:30:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Regression-with-at-least-15-observations/m-p/560495#M10469</guid>
      <dc:creator>amanjot_42</dc:creator>
      <dc:date>2019-05-21T13:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regression with at least 15 observations?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Regression-with-at-least-15-observations/m-p/560496#M10470</link>
      <description>&lt;P&gt;So, is your question: what should you do if you don't have 15 data points for each year/SIC combination?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 13:35:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Regression-with-at-least-15-observations/m-p/560496#M10470</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-05-21T13:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regression with at least 15 observations?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Regression-with-at-least-15-observations/m-p/560503#M10472</link>
      <description>Skip regression for that,&lt;BR /&gt;</description>
      <pubDate>Tue, 21 May 2019 13:57:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Regression-with-at-least-15-observations/m-p/560503#M10472</guid>
      <dc:creator>amanjot_42</dc:creator>
      <dc:date>2019-05-21T13:57:19Z</dc:date>
    </item>
  </channel>
</rss>

