<?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: Proc reg append no obs and rsq in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8286#M344</link>
    <description>I get the following error: &lt;BR /&gt;
&lt;BR /&gt;
ERROR: No valid observations are found.&lt;BR /&gt;
NOTE: The above message was for the following BY group:&lt;BR /&gt;
      Segment=a1 HR_Class=sec2&lt;BR /&gt;
ERROR: No valid observations are found.&lt;BR /&gt;
NOTE: The above message was for the following BY group:&lt;BR /&gt;
      Segment=a1 HR_Class=sec3&lt;BR /&gt;
ERROR: No valid observations are found.&lt;BR /&gt;
NOTE: The above message was for the following BY group:&lt;BR /&gt;
      Segment=a3 HR_Class=sec1&lt;BR /&gt;
NOTE: Interactivity disabled with BY processing.&lt;BR /&gt;
NOTE: PROCEDURE REG used (Total process time):&lt;BR /&gt;
      real time           3.54 seconds&lt;BR /&gt;
&lt;BR /&gt;
However, I see that my program produces the files that I need to export even though the error message is there. Are the results outputted correct in this case??&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
    <pubDate>Fri, 01 Oct 2010 19:21:22 GMT</pubDate>
    <dc:creator>rickw</dc:creator>
    <dc:date>2010-10-01T19:21:22Z</dc:date>
    <item>
      <title>Proc reg append no obs and rsq</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8281#M339</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I want to add noobs and rsquare to parameter estimates.&lt;BR /&gt;
&lt;BR /&gt;
I know we could use ODS parameter estimates to create the parameter estimates table. However, I want No of obs used, read and Rsqaure also added to this table .. Is there any option in ODS that does it ?&lt;BR /&gt;
&lt;BR /&gt;
I am using the following code:&lt;BR /&gt;
&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods output ParameterEstimates=Parameter_Estimates(drop = model dependent df label);&lt;BR /&gt;
&lt;BR /&gt;
proc reg data = temp;&lt;BR /&gt;
model &amp;amp;dep = &amp;amp;indep_vars;&lt;BR /&gt;
by &amp;amp;group_by;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods listing;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thank you.</description>
      <pubDate>Tue, 28 Sep 2010 15:21:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8281#M339</guid>
      <dc:creator>rickw</dc:creator>
      <dc:date>2010-09-28T15:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc reg append no obs and rsq</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8282#M340</link>
      <description>You would need to output other ODS tables that contain R-square and N</description>
      <pubDate>Tue, 28 Sep 2010 15:37:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8282#M340</guid>
      <dc:creator>Paige</dc:creator>
      <dc:date>2010-09-28T15:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc reg append no obs and rsq</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8283#M341</link>
      <description>Thank you. ODS did the job &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 29 Sep 2010 06:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8283#M341</guid>
      <dc:creator>rickw</dc:creator>
      <dc:date>2010-09-29T06:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc reg append no obs and rsq</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8284#M342</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
When I am running regression using by group processing, SAS stops working when there are less no. of observations in a group.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Is there any way I could tell sas to continue executing for the remainder of the observations rather than stopping.??&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Fri, 01 Oct 2010 16:48:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8284#M342</guid>
      <dc:creator>rickw</dc:creator>
      <dc:date>2010-10-01T16:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc reg append no obs and rsq</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8285#M343</link>
      <description>I don't observe this.&lt;BR /&gt;
&lt;BR /&gt;
Could you provide more details? Or a copy of the log?&lt;BR /&gt;
&lt;BR /&gt;
What do you mean by "stops working"?&lt;BR /&gt;
What do you mean by "less no. of observations in a group"?</description>
      <pubDate>Fri, 01 Oct 2010 17:52:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8285#M343</guid>
      <dc:creator>Paige</dc:creator>
      <dc:date>2010-10-01T17:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc reg append no obs and rsq</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8286#M344</link>
      <description>I get the following error: &lt;BR /&gt;
&lt;BR /&gt;
ERROR: No valid observations are found.&lt;BR /&gt;
NOTE: The above message was for the following BY group:&lt;BR /&gt;
      Segment=a1 HR_Class=sec2&lt;BR /&gt;
ERROR: No valid observations are found.&lt;BR /&gt;
NOTE: The above message was for the following BY group:&lt;BR /&gt;
      Segment=a1 HR_Class=sec3&lt;BR /&gt;
ERROR: No valid observations are found.&lt;BR /&gt;
NOTE: The above message was for the following BY group:&lt;BR /&gt;
      Segment=a3 HR_Class=sec1&lt;BR /&gt;
NOTE: Interactivity disabled with BY processing.&lt;BR /&gt;
NOTE: PROCEDURE REG used (Total process time):&lt;BR /&gt;
      real time           3.54 seconds&lt;BR /&gt;
&lt;BR /&gt;
However, I see that my program produces the files that I need to export even though the error message is there. Are the results outputted correct in this case??&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Fri, 01 Oct 2010 19:21:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8286#M344</guid>
      <dc:creator>rickw</dc:creator>
      <dc:date>2010-10-01T19:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proc reg append no obs and rsq</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8287#M345</link>
      <description>&amp;gt; I see that my program produces the files that I&lt;BR /&gt;
&amp;gt; need to export even though the error message is&lt;BR /&gt;
&amp;gt; there. Are the results outputted correct in this&lt;BR /&gt;
&amp;gt; case??&lt;BR /&gt;
&lt;BR /&gt;
They are correct in my example.</description>
      <pubDate>Mon, 04 Oct 2010 12:53:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-reg-append-no-obs-and-rsq/m-p/8287#M345</guid>
      <dc:creator>Paige</dc:creator>
      <dc:date>2010-10-04T12:53:43Z</dc:date>
    </item>
  </channel>
</rss>

