<?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: Tukey's HSD Lettered Groupings with Interactions in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Tukey-s-HSD-Lettered-Groupings-with-Interactions/m-p/548479#M27378</link>
    <description>&lt;P&gt;When ODS GRAPHICS is on (the default), the procedure creates a lines plot. To get the equivalent table, turn off ODS graphics before you call the procedure:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics off;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See this blog post by Warren Kuhfeld:&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2017/10/04/introducing-new-sasstat-lines-plot/" target="_self"&gt; "Introducing the new SAS/STAT lines plot"&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2019 12:49:37 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2019-04-04T12:49:37Z</dc:date>
    <item>
      <title>Tukey's HSD Lettered Groupings with Interactions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Tukey-s-HSD-Lettered-Groupings-with-Interactions/m-p/548323#M27377</link>
      <description>&lt;P&gt;Hi, I am trying to get the letter groupings for my 2 and 3 way interactions. When I get the output instead I get colored bars. I would prefer the letter groupings. Does anyone know the syntax that I would need to use to get that output in my code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=WORK.PW2TRANSFORM;
	class plant_type depth AD2;
	model log_As_ppb=plant_type|depth|AD2 / ss1 ss3;
	lsmeans plant_type AD2 depth plant_type*depth plant_type*AD2 plant_type*depth*AD2/ adjust=tukey lines alpha=0.05 cl 
		plots=(meanplot(cl) diffplot);
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Much appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 19:30:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Tukey-s-HSD-Lettered-Groupings-with-Interactions/m-p/548323#M27377</guid>
      <dc:creator>soiled_myself</dc:creator>
      <dc:date>2019-04-03T19:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tukey's HSD Lettered Groupings with Interactions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Tukey-s-HSD-Lettered-Groupings-with-Interactions/m-p/548479#M27378</link>
      <description>&lt;P&gt;When ODS GRAPHICS is on (the default), the procedure creates a lines plot. To get the equivalent table, turn off ODS graphics before you call the procedure:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics off;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See this blog post by Warren Kuhfeld:&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2017/10/04/introducing-new-sasstat-lines-plot/" target="_self"&gt; "Introducing the new SAS/STAT lines plot"&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 12:49:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Tukey-s-HSD-Lettered-Groupings-with-Interactions/m-p/548479#M27378</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-04-04T12:49:37Z</dc:date>
    </item>
  </channel>
</rss>

