<?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: If Statement Regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/If-Statement-Regression/m-p/455762#M23781</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/205720"&gt;@JoeSchmo517&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;We are trying to run a regression with only certain points of our data and this is the code we are trying to use. It is not working and &lt;FONT color="#3366ff"&gt;&lt;STRONG&gt;we can't find information about this anywhere&lt;/STRONG&gt;&lt;/FONT&gt;. Please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc if (incm &amp;lt; 24000 and zsmhc &amp;lt; 5000) then;&lt;BR /&gt;REG;&lt;BR /&gt;MODEL BURDEN = VARS;&lt;/P&gt;
&lt;P&gt;RUN;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Come on!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=statug_reg_syntax.htm&amp;amp;locale=en" target="_self"&gt;http://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=statug_reg_syntax.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=p0yz276wqqdq95n0zwq5lgnfylxb.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;http://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=p0yz276wqqdq95n0zwq5lgnfylxb.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Apr 2018 21:28:27 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2018-04-19T21:28:27Z</dc:date>
    <item>
      <title>If Statement Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/If-Statement-Regression/m-p/455743#M23777</link>
      <description>&lt;P&gt;We are trying to run a regression with only certain points of our data and this is the code we are trying to use. It is not working and we can't find information about this anywhere. Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc if (incm &amp;lt; 24000 and zsmhc &amp;lt; 5000) then;&lt;BR /&gt;REG;&lt;BR /&gt;MODEL BURDEN = VARS;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 19:44:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/If-Statement-Regression/m-p/455743#M23777</guid>
      <dc:creator>JoeSchmo517</dc:creator>
      <dc:date>2018-04-19T19:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/If-Statement-Regression/m-p/455744#M23778</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=mydataset(where=(incm&amp;lt;24000 and zsmhc&amp;lt;5000));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Apr 2018 19:47:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/If-Statement-Regression/m-p/455744#M23778</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-19T19:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/If-Statement-Regression/m-p/455762#M23781</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/205720"&gt;@JoeSchmo517&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;We are trying to run a regression with only certain points of our data and this is the code we are trying to use. It is not working and &lt;FONT color="#3366ff"&gt;&lt;STRONG&gt;we can't find information about this anywhere&lt;/STRONG&gt;&lt;/FONT&gt;. Please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc if (incm &amp;lt; 24000 and zsmhc &amp;lt; 5000) then;&lt;BR /&gt;REG;&lt;BR /&gt;MODEL BURDEN = VARS;&lt;/P&gt;
&lt;P&gt;RUN;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Come on!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=statug_reg_syntax.htm&amp;amp;locale=en" target="_self"&gt;http://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=statug_reg_syntax.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=p0yz276wqqdq95n0zwq5lgnfylxb.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;http://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=p0yz276wqqdq95n0zwq5lgnfylxb.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 21:28:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/If-Statement-Regression/m-p/455762#M23781</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-04-19T21:28:27Z</dc:date>
    </item>
  </channel>
</rss>

