<?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: Duncan’s Multiple Range Test Grouping in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/617193#M180811</link>
    <description>&lt;P&gt;How to add linetable option?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2020 13:44:18 GMT</pubDate>
    <dc:creator>Serko</dc:creator>
    <dc:date>2020-01-14T13:44:18Z</dc:date>
    <item>
      <title>Duncan’s Multiple Range Test Grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/602423#M174431</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I am trying to do ANOVA analysis with&amp;nbsp;&lt;SPAN&gt;Duncan grouping. However, the results window is showing only the &lt;EM&gt;colour code&lt;/EM&gt; instead of a&amp;nbsp;&lt;EM&gt;letter code.&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;How can I convert results into a letter code? Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="Result_with colour code" style="width: 222px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33744iF51AF1069E56CDA7/image-dimensions/222x197?v=v2" width="222" height="197" role="button" title="1.JPG" alt="Result_with colour code" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Result_with colour code&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="Result_with letter code" style="width: 189px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33743i5D74A3F17C87E566/image-dimensions/189x305?v=v2" width="189" height="305" role="button" title="2.JPG" alt="Result_with letter code" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Result_with letter code&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 15:12:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/602423#M174431</guid>
      <dc:creator>RitCF</dc:creator>
      <dc:date>2019-11-07T15:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Duncan’s Multiple Range Test Grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/602460#M174443</link>
      <description>&lt;P&gt;As a minimum you should share the code you are using, or the code generate by choices.&lt;/P&gt;
&lt;P&gt;There are at least half a dozen procs that do ANOVA in some form and display choices vary by Procedure.&lt;/P&gt;
&lt;P&gt;Also you may need to share some example data to use for testing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is the table on the left what you actually want? I'm not quite sure I understand exactly what you expect for result.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 16:03:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/602460#M174443</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-11-07T16:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Duncan’s Multiple Range Test Grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/602468#M174448</link>
      <description>&lt;P&gt;Use the LINESTABLE option. To get datasets, request&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS OUTPUT MCLines=MCLines MCLinesInfo=MCLinesInfo MCLinesRange=MCLinesRange;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 16:13:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/602468#M174448</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2019-11-07T16:13:24Z</dc:date>
    </item>
    <item>
      <title>Duncan’s Multiple Range Test Grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/602698#M174523</link>
      <description>Hi!&lt;BR /&gt;Yes, I want the result in a tabular format that appears in a letter coding (like A, AB, BC, C etc..) instead of colour coding. Please find the data set and code below that I am using.&lt;BR /&gt;&lt;BR /&gt;title1 'Nitrogen Content of Red Clover Plants';&lt;BR /&gt;data Clover;&lt;BR /&gt;input Strain $ Nitrogen @@;&lt;BR /&gt;datalines;&lt;BR /&gt;3DOK1 19.4 3DOK1 32.6 3DOK1 27.0 3DOK1 32.1 3DOK1 33.0&lt;BR /&gt;3DOK5 17.7 3DOK5 24.8 3DOK5 27.9 3DOK5 25.2 3DOK5 24.3&lt;BR /&gt;3DOK4 17.0 3DOK4 19.4 3DOK4 9.1 3DOK4 11.9 3DOK4 15.8&lt;BR /&gt;3DOK7 20.7 3DOK7 21.0 3DOK7 20.5 3DOK7 18.8 3DOK7 18.6&lt;BR /&gt;3DOK13 14.3 3DOK13 14.4 3DOK13 11.8 3DOK13 11.6 3DOK13 14.2&lt;BR /&gt;COMPOS 17.3 COMPOS 19.4 COMPOS 19.1 COMPOS 16.9 COMPOS 20.8&lt;BR /&gt;;&lt;BR /&gt;proc anova data=Clover;&lt;BR /&gt;class Strain;&lt;BR /&gt;model Nitrogen = Strain;&lt;BR /&gt;means Strain / duncan waller;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;I found this code from the SAS/STAT(R) 9.2 User's Guide, Second Edition. I want the result as it has been shown in this guide.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Nov 2019 09:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/602698#M174523</guid>
      <dc:creator>RitCF</dc:creator>
      <dc:date>2019-11-08T09:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Duncan’s Multiple Range Test Grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/617193#M180811</link>
      <description>&lt;P&gt;How to add linetable option?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 13:44:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/617193#M180811</guid>
      <dc:creator>Serko</dc:creator>
      <dc:date>2020-01-14T13:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Duncan’s Multiple Range Test Grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/617194#M180812</link>
      <description>&lt;P&gt;hello! Did you convert your results into letter?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 13:45:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/617194#M180812</guid>
      <dc:creator>Serko</dc:creator>
      <dc:date>2020-01-14T13:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Duncan’s Multiple Range Test Grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/676856#M204108</link>
      <description>&lt;P&gt;from code remove&amp;nbsp; &amp;nbsp; &amp;nbsp;ODS GRAPHICS ON;&amp;nbsp; &amp;nbsp; &amp;nbsp;and&amp;nbsp; &amp;nbsp;ODS GRAPHICS OFF;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 19:35:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/676856#M204108</guid>
      <dc:creator>ashrafali</dc:creator>
      <dc:date>2020-08-14T19:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Duncan’s Multiple Range Test Grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/916910#M361170</link>
      <description>&lt;P&gt;I would also like to have the code to convert results in to letter&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 05:31:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/916910#M361170</guid>
      <dc:creator>Chamini</dc:creator>
      <dc:date>2024-02-20T05:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Duncan’s Multiple Range Test Grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/916911#M361171</link>
      <description>&lt;P&gt;I tried this code as follows&lt;BR /&gt;title1 'AUDPC values of pepper plants';&lt;BR /&gt;data Pepper;&lt;BR /&gt;input Sample $ AUDPC @@;&lt;BR /&gt;datalines;&lt;BR /&gt;MB1 04.19 MB1 02.09&lt;BR /&gt;MB2 10.67 MB2 10.57&lt;BR /&gt;MB3 07.75 MB3 07.94&lt;BR /&gt;MB4 14.71 MB4 12.00&lt;BR /&gt;MB5 15.14 MB5 12.43&lt;BR /&gt;MB6 16.91 MB6 12.55&lt;BR /&gt;MB7 18.00 MB7 18.00&lt;BR /&gt;MB8 17.56 MB8 16.91&lt;BR /&gt;MB9 12.71 MB9 15.52&lt;BR /&gt;MB10 18.00 MB10 18.13&lt;BR /&gt;;&lt;BR /&gt;proc anova data=Pepper;&lt;BR /&gt;class Sample;&lt;BR /&gt;model AUDPC = Sample;&lt;BR /&gt;means Sample / duncan waller;&lt;BR /&gt;ODS OUTPUT MCLines=MCLines MCLinesInfo=MCLinesInfo MCLinesRange=MCLinesRange;&lt;BR /&gt;run;&lt;BR /&gt;It did not work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 05:33:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/916911#M361171</guid>
      <dc:creator>Chamini</dc:creator>
      <dc:date>2024-02-20T05:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Duncan’s Multiple Range Test Grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/916970#M361192</link>
      <description>&lt;P&gt;To get the table instead of the graph, use &lt;BR /&gt;ODS GRAPHICS OFF;&lt;/P&gt;
&lt;P&gt;as explained in this article:&amp;nbsp;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2017/10/04/introducing-new-sasstat-lines-plot/" target="_blank"&gt;Introducing the new SAS/STAT lines plot - Graphically Speaking&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For an overview of the LINESPLOT, its advantages, and its limitations, see&amp;nbsp;&lt;A href="https://blogs.sas.com/content/iml/2017/10/16/multiple-comparisons-lines-plot.html" target="_blank"&gt;Graphs for multiple comparisons of means: The lines plot - The DO Loop (sas.com)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 13:21:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Duncan-s-Multiple-Range-Test-Grouping/m-p/916970#M361192</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2024-02-20T13:21:14Z</dc:date>
    </item>
  </channel>
</rss>

