<?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: How can we predict result for a hypothetical given observation for a linear regression model in in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-we-predict-result-for-a-hypothetical-given-observation/m-p/453830#M6890</link>
    <description>Could you please let me know the steps how we can add an observation&lt;BR /&gt;manually to the Score node pls&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Apr 2018 03:54:37 GMT</pubDate>
    <dc:creator>Suryateja</dc:creator>
    <dc:date>2018-04-13T03:54:37Z</dc:date>
    <item>
      <title>How can we predict result for a hypothetical given observation for a linear regression model in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-we-predict-result-for-a-hypothetical-given-observation/m-p/453808#M6882</link>
      <description>&lt;P&gt;How can we predict result for a hypothetical given observation for a linear regression model in SAS Enterprise miner&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 01:05:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-can-we-predict-result-for-a-hypothetical-given-observation/m-p/453808#M6882</guid>
      <dc:creator>Suryateja</dc:creator>
      <dc:date>2018-04-13T01:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can we predict result for a hypothetical given observation for a linear regression model in</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-we-predict-result-for-a-hypothetical-given-observation/m-p/453811#M6883</link>
      <description>&lt;P&gt;Usually you would use the SCORE node. Is something about that not working for you?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 02:02:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-can-we-predict-result-for-a-hypothetical-given-observation/m-p/453811#M6883</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-13T02:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can we predict result for a hypothetical given observation for a linear regression model in</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-we-predict-result-for-a-hypothetical-given-observation/m-p/453830#M6890</link>
      <description>Could you please let me know the steps how we can add an observation&lt;BR /&gt;manually to the Score node pls&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Apr 2018 03:54:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-can-we-predict-result-for-a-hypothetical-given-observation/m-p/453830#M6890</guid>
      <dc:creator>Suryateja</dc:creator>
      <dc:date>2018-04-13T03:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can we predict result for a hypothetical given observation for a linear regression model in</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-we-predict-result-for-a-hypothetical-given-observation/m-p/454180#M6894</link>
      <description>&lt;P&gt;You need to create a data set with the observation values. You can do that in multiple ways, but one would be to use a SAS code node in a data step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data data2score;
input ID $ var1-var5;
cards;
A 0 1 2 3 4
;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 18:19:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-can-we-predict-result-for-a-hypothetical-given-observation/m-p/454180#M6894</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-14T18:19:41Z</dc:date>
    </item>
  </channel>
</rss>

