<?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 Graphing a 3-way interaction in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Graphing-a-3-way-interaction/m-p/50706#M13850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc gplot;&lt;/P&gt;&lt;P&gt;by gender; *for 2 graphs;&lt;/P&gt;&lt;P&gt;plot perception*drinking;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plot perception*drinking=gender; *both on one graph;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Nov 2011 16:25:24 GMT</pubDate>
    <dc:creator>Bill</dc:creator>
    <dc:date>2011-11-21T16:25:24Z</dc:date>
    <item>
      <title>Graphing a 3-way interaction</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphing-a-3-way-interaction/m-p/50705#M13849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My colleague has performed an APIM analysis in proc mixed, and obtained a significant three-way interaction. The outcome variable is continuous (satisfaction). Two predictors are continuous (perceptions and drinking) and one predictor is dichotomous (gender).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to graph this 3-way interaction (perception*drinking*gender). Preferrably, I would like two windows, one displaying the 2-way interaction (perceptions and drinking) for males and one window for females. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do anyone have any tips to help me graph this interaction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Nov 2011 01:40:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphing-a-3-way-interaction/m-p/50705#M13849</guid>
      <dc:creator>coverup</dc:creator>
      <dc:date>2011-11-19T01:40:37Z</dc:date>
    </item>
    <item>
      <title>Graphing a 3-way interaction</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphing-a-3-way-interaction/m-p/50706#M13850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc gplot;&lt;/P&gt;&lt;P&gt;by gender; *for 2 graphs;&lt;/P&gt;&lt;P&gt;plot perception*drinking;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plot perception*drinking=gender; *both on one graph;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 16:25:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphing-a-3-way-interaction/m-p/50706#M13850</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2011-11-21T16:25:24Z</dc:date>
    </item>
    <item>
      <title>Graphing a 3-way interaction</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphing-a-3-way-interaction/m-p/50707#M13851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much. However, those plots do not model the outcome variable (satisfaction). They just give a scatterplot of the data of two variables (by the third variable, gender). The interaction plot should give&amp;nbsp; us two lines that intercept each other. The plots outputted by the code would only give us one line (the relationship between perception and drinking).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 20:08:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphing-a-3-way-interaction/m-p/50707#M13851</guid>
      <dc:creator>coverup</dc:creator>
      <dc:date>2011-11-21T20:08:27Z</dc:date>
    </item>
    <item>
      <title>Graphing a 3-way interaction</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphing-a-3-way-interaction/m-p/50708#M13852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Could you post a number of records for me to play with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 14:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphing-a-3-way-interaction/m-p/50708#M13852</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2011-11-22T14:23:55Z</dc:date>
    </item>
    <item>
      <title>Graphing a 3-way interaction</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphing-a-3-way-interaction/m-p/50709#M13853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you need this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;symbol i=j v=none r=200;&lt;/P&gt;&lt;P&gt;proc gplot;&lt;/P&gt;&lt;P&gt;by gender; &lt;/P&gt;&lt;P&gt;plot perception*drinking=idno;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;idno is number of patient.&lt;/P&gt;&lt;P&gt;r= is repeat 200 times which is 200 patients.&lt;/P&gt;&lt;P&gt;i.e. How many patients you have ,how many repeated times(200)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 01:59:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphing-a-3-way-interaction/m-p/50709#M13853</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-11-23T01:59:54Z</dc:date>
    </item>
  </channel>
</rss>

