<?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: Testing interaction terms in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Testing-interaction-terms/m-p/594754#M15689</link>
    <description>&lt;P&gt;You have to do this in PROC GLM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC REG does not test interactions.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2019 13:37:37 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-10-08T13:37:37Z</dc:date>
    <item>
      <title>Testing interaction terms</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Testing-interaction-terms/m-p/594746#M15686</link>
      <description>&lt;P&gt;I am tryong to test an interaction between variables temp, wind, and precip. If i use them under the imported data set and try to use a * in between two variables to resemble and interaction, SAS tells me it does not recognize the *. If i were to create a new data set I am confused how I would assign betas their corresponding variable, as it would not recognize the variable names from the imported data set.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 13:29:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Testing-interaction-terms/m-p/594746#M15686</guid>
      <dc:creator>fanellm1</dc:creator>
      <dc:date>2019-10-08T13:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Testing interaction terms</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Testing-interaction-terms/m-p/594749#M15687</link>
      <description>&lt;P&gt;Please show the code you are trying to run. Use the Insert SAS Code icon to get a pop-up window to paste the lines of code.&lt;/P&gt;
&lt;P&gt;If you are getting errors in the log then post the log. Use the Insert Code icon to get a pop-up window to paste the lines from the log.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 13:32:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Testing-interaction-terms/m-p/594749#M15687</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-10-08T13:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Testing interaction terms</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Testing-interaction-terms/m-p/594751#M15688</link>
      <description>&lt;PRE&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 72         
 73         proc reg data = work.import;
 74         model so2= temp wind precip temp*wind /VIF;
                                            _
                                            22
                                            200
 NOTE: The previous statement has been deleted.
 ERROR 22-322: Syntax error, expecting one of the following: a name, ;, -, /, :, _ALL_, _CHARACTER_, _CHAR_, _NUMERIC_, {.  
 ERROR 200-322: The symbol is not recognized and will be ignored.
 75         run;
 
 WARNING: No variables specified for an SSCP matrix. Execution terminating.
 NOTE: PROCEDURE REG used (Total process time):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 
 76         
 77         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 89         &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc reg data = work.import;
model so2= temp wind precip temp*wind /VIF;
run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Oct 2019 13:34:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Testing-interaction-terms/m-p/594751#M15688</guid>
      <dc:creator>fanellm1</dc:creator>
      <dc:date>2019-10-08T13:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Testing interaction terms</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Testing-interaction-terms/m-p/594754#M15689</link>
      <description>&lt;P&gt;You have to do this in PROC GLM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC REG does not test interactions.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 13:37:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Testing-interaction-terms/m-p/594754#M15689</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-10-08T13:37:37Z</dc:date>
    </item>
  </channel>
</rss>

