<?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 test sample in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/PROC-REG-test-sample/m-p/232597#M3305</link>
    <description>&lt;P&gt;Thanks.Good guess:)&lt;/P&gt;</description>
    <pubDate>Sat, 31 Oct 2015 22:53:34 GMT</pubDate>
    <dc:creator>gabriel_k</dc:creator>
    <dc:date>2015-10-31T22:53:34Z</dc:date>
    <item>
      <title>PROC REG test sample</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/PROC-REG-test-sample/m-p/232593#M3303</link>
      <description>&lt;P&gt;Hello, I use PROC REG for Multiple Linear Regression. Is there an integrated way to apply the model to a test sample or get the comlete equation (B0+B1*X1+B2*X2...) when there is a considerable number of variables? Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2015 22:06:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/PROC-REG-test-sample/m-p/232593#M3303</guid>
      <dc:creator>gabriel_k</dc:creator>
      <dc:date>2015-10-31T22:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REG test sample</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/PROC-REG-test-sample/m-p/232596#M3304</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/58279"&gt;@gabriel_k&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hello, I use PROC REG for Multiple Linear Regression. Is there an integrated way to apply the model to a test sample&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't know what "test a sample" means but I am going to guess (always a dangerous thing) that you really mean get predicted values for certain observations. This can be done using the OUTPUT statement in PROC REG. If the observation(s) you want to predict is not in the original data set used to create the regression, then you can append this observation(s) to the data set before you create the regression, leave the response variable missing, and the predicted value for this observation(s) will be in the OUTPUT data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The equation is contained in the data set created by the OUTEST option.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2015 22:47:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/PROC-REG-test-sample/m-p/232596#M3304</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2015-10-31T22:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REG test sample</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/PROC-REG-test-sample/m-p/232597#M3305</link>
      <description>&lt;P&gt;Thanks.Good guess:)&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2015 22:53:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/PROC-REG-test-sample/m-p/232597#M3305</guid>
      <dc:creator>gabriel_k</dc:creator>
      <dc:date>2015-10-31T22:53:34Z</dc:date>
    </item>
  </channel>
</rss>

