<?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 set interval for x-value in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Regression-with-set-interval-for-x-value/m-p/473858#M30736</link>
    <description>You can only have one WHERE statement&lt;BR /&gt;&lt;BR /&gt;(where=( Month in (6,7,8) AND Weekday in (1,2,3,4,5) ) );</description>
    <pubDate>Wed, 27 Jun 2018 18:16:51 GMT</pubDate>
    <dc:creator>Haris</dc:creator>
    <dc:date>2018-06-27T18:16:51Z</dc:date>
    <item>
      <title>Regression with set interval for x-value</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Regression-with-set-interval-for-x-value/m-p/473785#M30726</link>
      <description>&lt;P&gt;How can I edit my code to create regression model for where the temperature&amp;nbsp;is between 60-70 degrees.&lt;/P&gt;&lt;P&gt;I have this so far:&lt;/P&gt;&lt;PRE&gt;proc reg data=matt (where=(Month in(6,7,8)));
model Load=Temperature;
label Load="Load (MW)" Temperature="Temperature (degrees F)";
title 'Load vs Temperature (Summer)';
run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Jun 2018 15:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Regression-with-set-interval-for-x-value/m-p/473785#M30726</guid>
      <dc:creator>matt23</dc:creator>
      <dc:date>2018-06-27T15:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regression with set interval for x-value</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Regression-with-set-interval-for-x-value/m-p/473804#M30729</link>
      <description>&lt;PRE&gt;proc reg data=matt (where=(Month in(6,7,8)&lt;FONT color="#FF0000"&gt; AND Temperature between 60 and 70&lt;/FONT&gt;));
model Load=Temperature;
label Load="Load (MW)" Temperature="Temperature (degrees F)";
title 'Load vs Temperature (Summer)';
run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 16:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Regression-with-set-interval-for-x-value/m-p/473804#M30729</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2018-06-27T16:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regression with set interval for x-value</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Regression-with-set-interval-for-x-value/m-p/473842#M30735</link>
      <description>&lt;P&gt;Can you tell me why this does not work? I added new condition&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc reg data=matt (where=(Month in(6,7,8))) AND (where=(Weekday in(1,2,3,4,5)));
model Load=Temperature;
by Hour;
label Load="Load (MW)" Temperature="Temperature (degrees F)";
title 'Load vs Temperature (Summer)';
run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Jun 2018 17:46:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Regression-with-set-interval-for-x-value/m-p/473842#M30735</guid>
      <dc:creator>matt23</dc:creator>
      <dc:date>2018-06-27T17:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regression with set interval for x-value</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Regression-with-set-interval-for-x-value/m-p/473858#M30736</link>
      <description>You can only have one WHERE statement&lt;BR /&gt;&lt;BR /&gt;(where=( Month in (6,7,8) AND Weekday in (1,2,3,4,5) ) );</description>
      <pubDate>Wed, 27 Jun 2018 18:16:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Regression-with-set-interval-for-x-value/m-p/473858#M30736</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2018-06-27T18:16:51Z</dc:date>
    </item>
  </channel>
</rss>

