<?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: anova problem in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952304#M372191</link>
    <description>&lt;P&gt;So I can't explain why I get the Tukey and you don't, using the exact same code. If no one else here can figure it out, I suggest you contact SAS Tech Support at 1-&lt;SPAN&gt;800-727-0025 (in the USA). If you are outside the USA, you will have to look on the SAS web site to find the proper phone number.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Dec 2024 13:58:12 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2024-12-02T13:58:12Z</dc:date>
    <item>
      <title>anova problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952271#M372181</link>
      <description>&lt;P&gt;I use SAS 9.4 to do anova analysis, and fallow the instruction, the result only shows anova but didn't show tukey. Are there any problem with software.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 08:32:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952271#M372181</guid>
      <dc:creator>samsun</dc:creator>
      <dc:date>2024-12-02T08:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: anova problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952273#M372182</link>
      <description>&lt;P&gt;Did you means this ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=sashelp.heart;
class bp_status;
model weight=bp_status/solution;
lsmeans bp_status/diff adjust=tukey lines;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1733129381524.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/102625i619D2A7F92EF86D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1733129381524.png" alt="Ksharp_0-1733129381524.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 08:49:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952273#M372182</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-12-02T08:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: anova problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952278#M372183</link>
      <description>&lt;P&gt;Likely there are problems with your code. Don't keep us in the dark, show us your code!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 10:30:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952278#M372183</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-12-02T10:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: anova problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952284#M372184</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="samsun_1-1733142248544.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/102629iAC01BB4F8711B791/image-size/medium?v=v2&amp;amp;px=400" role="button" title="samsun_1-1733142248544.png" alt="samsun_1-1733142248544.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;here is the results&lt;/DIV&gt;&lt;DIV&gt;only anova but no tukey.&lt;/DIV&gt;&lt;DIV&gt;I don't know if the problem is software(9.4) or program.&lt;/DIV&gt;&lt;DIV&gt;thank you so much&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="samsun_0-1733142206013.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/102628i81DAC28F7335E667/image-size/medium?v=v2&amp;amp;px=400" role="button" title="samsun_0-1733142206013.png" alt="samsun_0-1733142206013.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 12:25:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952284#M372184</guid>
      <dc:creator>samsun</dc:creator>
      <dc:date>2024-12-02T12:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: anova problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952295#M372186</link>
      <description>&lt;P&gt;From now on, please provide code as text, in the code box (little running man icon), and not as screen captures.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This code works properly for me, I see the Tukey information underneath the output where you see&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-inline" image-alt="PaigeMiller_0-1733144417307.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/102632iE7BEBE7AEA1D3BB3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaigeMiller_0-1733144417307.png" alt="PaigeMiller_0-1733144417307.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I see&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaigeMiller_1-1733144441306.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/102634i53059A745FF0DF8F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaigeMiller_1-1733144441306.png" alt="PaigeMiller_1-1733144441306.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 13:00:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952295#M372186</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-12-02T13:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: anova problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952298#M372187</link>
      <description>&lt;P&gt;itle1 '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;/P&gt;&lt;P&gt;proc anova data=Clover;&lt;BR /&gt;class Strain;&lt;BR /&gt;model Nitrogen = Strain;&lt;BR /&gt;means Strain / tukey;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 13:29:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952298#M372187</guid>
      <dc:creator>samsun</dc:creator>
      <dc:date>2024-12-02T13:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: anova problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952299#M372188</link>
      <description>&lt;P&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;/P&gt;&lt;P&gt;proc anova data=Clover;&lt;BR /&gt;class Strain;&lt;BR /&gt;model Nitrogen = Strain;&lt;BR /&gt;means Strain / tukey;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the result shows on my computer were no tukey.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 13:34:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952299#M372188</guid>
      <dc:creator>samsun</dc:creator>
      <dc:date>2024-12-02T13:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: anova problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952300#M372189</link>
      <description>&lt;P&gt;Please read carefully, I said the code should be in a code box, that's the window that appears when you click on the "little running man" icon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know why the Tukey analyses appears for me and doesn't appear for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does the Tukey analysis appear as a graph, like this:&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-inline" image-alt="PaigeMiller_0-1733146767218.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/102636i3584918083F462AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaigeMiller_0-1733146767218.png" alt="PaigeMiller_0-1733146767218.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 13:39:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952300#M372189</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-12-02T13:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: anova problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952303#M372190</link>
      <description>&lt;P&gt;the results were shown as before, there is not the same with yours, that is why I ask for someone help here.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 13:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952303#M372190</guid>
      <dc:creator>samsun</dc:creator>
      <dc:date>2024-12-02T13:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: anova problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952304#M372191</link>
      <description>&lt;P&gt;So I can't explain why I get the Tukey and you don't, using the exact same code. If no one else here can figure it out, I suggest you contact SAS Tech Support at 1-&lt;SPAN&gt;800-727-0025 (in the USA). If you are outside the USA, you will have to look on the SAS web site to find the proper phone number.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 13:58:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952304#M372191</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-12-02T13:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: anova problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952312#M372192</link>
      <description>Hi PaigeMiller,&lt;BR /&gt;Thank you for your answer.&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Dec 2024 15:24:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952312#M372192</guid>
      <dc:creator>samsun</dc:creator>
      <dc:date>2024-12-02T15:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: anova problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952357#M372212</link>
      <description>&lt;P&gt;1)&lt;/P&gt;
&lt;P&gt;Which version of sas are you using ?&lt;/P&gt;
&lt;P&gt;Try to run the following code to check it.&lt;/P&gt;
&lt;PRE&gt;%put &amp;amp;sysvlong.;
&lt;/PRE&gt;
&lt;P&gt;2)&lt;/P&gt;
&lt;P&gt;Try to run the following code :&lt;/P&gt;
&lt;PRE&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ods graphics;&lt;/STRONG&gt;&lt;/FONT&gt;
proc anova data=Clover;
class Strain;
model Nitrogen = Strain;
means Strain / tukey;
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;quit;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Dec 2024 00:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952357#M372212</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-12-03T00:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: anova problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952380#M372226</link>
      <description>&lt;P&gt;the SAS vision is 9.4&lt;/P&gt;&lt;P&gt;the following example is from SAS instruction.&lt;/P&gt;&lt;P&gt;the results shown in my computer were only anova but no tukey.&lt;/P&gt;&lt;P&gt;That' why I am looking for someone's help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;proc anova data=Clover;&lt;BR /&gt;class Strain;&lt;BR /&gt;model Nitrogen = Strain;&lt;BR /&gt;means Strain / tukey;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 05:33:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952380#M372226</guid>
      <dc:creator>samsun</dc:creator>
      <dc:date>2024-12-03T05:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: anova problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952381#M372227</link>
      <description>&lt;P&gt;Someone have shown me the result was no problem.&lt;/P&gt;&lt;P&gt;but I did not see the same result on my computer.&lt;/P&gt;&lt;P&gt;I'll try you code later.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 05:39:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/anova-problem/m-p/952381#M372227</guid>
      <dc:creator>samsun</dc:creator>
      <dc:date>2024-12-03T05:39:34Z</dc:date>
    </item>
  </channel>
</rss>

