<?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 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Regression/m-p/701403#M37720</link>
    <description>&lt;P&gt;a(b) is "a nested within b"&lt;/P&gt;
&lt;P&gt;a*b is interaction&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;make some data, run the code, see the result. Make sure to use some variety in the a b values per record&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 00:07:29 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-11-25T00:07:29Z</dc:date>
    <item>
      <title>Regression</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Regression/m-p/701396#M37719</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was just curious if there is a difference between a*b and a(b) in proc glm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm;
      class a b;
      model y=a b a*b;
run;

proc glm;
      class a b;
      model y=a b a(b);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Nov 2020 23:25:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Regression/m-p/701396#M37719</guid>
      <dc:creator>jdykstra</dc:creator>
      <dc:date>2020-11-24T23:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regression</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Regression/m-p/701403#M37720</link>
      <description>&lt;P&gt;a(b) is "a nested within b"&lt;/P&gt;
&lt;P&gt;a*b is interaction&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;make some data, run the code, see the result. Make sure to use some variety in the a b values per record&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 00:07:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Regression/m-p/701403#M37720</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-25T00:07:29Z</dc:date>
    </item>
  </channel>
</rss>

