<?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 testing in SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Regression-testing-in-SAS/m-p/95504#M27035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course. Don't forget to check residual item to sure your model satisfied hypothesis .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2012 02:32:15 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2012-04-27T02:32:15Z</dc:date>
    <item>
      <title>Regression testing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Regression-testing-in-SAS/m-p/95502#M27033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have recently bought the SAS program and ordered a book to help me unfortunately it is taking longer than expected to arrive, so please excuse me if this is a idiotic question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a regression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D = a +bx +e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my data I have the dependent variable (D), along the explanatory variable (x). I aim to find the values for a and b. I would also like to find the r squared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose my dataset is called 'Accountingvar', D is the 'profit' and x is the 'sales price'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the commands to perform this regression testing and R squared in SAS? Any help or further reading recommendations would be greatly appreciated &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 14:59:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Regression-testing-in-SAS/m-p/95502#M27033</guid>
      <dc:creator>spraynardz90</dc:creator>
      <dc:date>2012-04-26T14:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regression testing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Regression-testing-in-SAS/m-p/95503#M27034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look at the documentation on support.sas.com for&lt;/P&gt;&lt;P&gt;PROC REG&lt;/P&gt;&lt;P&gt;PROC GLM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax would be something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC GLM DATA=&amp;lt;mydata&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MODEL d=x;&lt;/P&gt;&lt;P&gt;&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need to look at the options for the MODEL statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 15:24:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Regression-testing-in-SAS/m-p/95503#M27034</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-04-26T15:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regression testing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Regression-testing-in-SAS/m-p/95504#M27035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course. Don't forget to check residual item to sure your model satisfied hypothesis .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 02:32:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Regression-testing-in-SAS/m-p/95504#M27035</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-04-27T02:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regression testing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Regression-testing-in-SAS/m-p/95505#M27036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! With the REG Procedure results, what do I look at to check the residual item to ensure it satisfied my hypothesis? Do I want the value high or value low?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2012 02:09:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Regression-testing-in-SAS/m-p/95505#M27036</guid>
      <dc:creator>spraynardz90</dc:creator>
      <dc:date>2012-04-28T02:09:01Z</dc:date>
    </item>
  </channel>
</rss>

