<?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 proc anova lsd lines graph in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886767#M1349</link>
    <description>&lt;P&gt; &lt;/P&gt;&lt;P&gt;proc anova data= Cluster_1 ;&lt;BR /&gt;class Consumer Sample ;&lt;BR /&gt;title Cluster_1 ;&lt;BR /&gt;model Overall_L Leaf_L Buywant = Consumer Sample ;&lt;BR /&gt;means Sample/lsd lines ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---------------------&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="greengg_0-1690526218928.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86200i6904F59FCB447A6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="greengg_0-1690526218928.png" alt="greengg_0-1690526218928.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2&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="greengg_1-1690526416801.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86202iFCCB7E5E85B39CC9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="greengg_1-1690526416801.png" alt="greengg_1-1690526416801.png" /&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;&lt;SPAN&gt;I want a data value displayed in letters like on the picture2. However, when analyzing the data in the above method, it is difficult because the line graph comes out like the picture1 . Is there any way to convert a line graph into a table?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2023 06:41:41 GMT</pubDate>
    <dc:creator>greengg</dc:creator>
    <dc:date>2023-07-28T06:41:41Z</dc:date>
    <item>
      <title>proc anova lsd lines graph</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886767#M1349</link>
      <description>&lt;P&gt; &lt;/P&gt;&lt;P&gt;proc anova data= Cluster_1 ;&lt;BR /&gt;class Consumer Sample ;&lt;BR /&gt;title Cluster_1 ;&lt;BR /&gt;model Overall_L Leaf_L Buywant = Consumer Sample ;&lt;BR /&gt;means Sample/lsd lines ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---------------------&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="greengg_0-1690526218928.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86200i6904F59FCB447A6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="greengg_0-1690526218928.png" alt="greengg_0-1690526218928.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2&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="greengg_1-1690526416801.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86202iFCCB7E5E85B39CC9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="greengg_1-1690526416801.png" alt="greengg_1-1690526416801.png" /&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;&lt;SPAN&gt;I want a data value displayed in letters like on the picture2. However, when analyzing the data in the above method, it is difficult because the line graph comes out like the picture1 . Is there any way to convert a line graph into a table?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 06:41:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886767#M1349</guid>
      <dc:creator>greengg</dc:creator>
      <dc:date>2023-07-28T06:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: proc anova lsd lines graph</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886772#M1350</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All output objects in the Results pane (tables, graphs, plots, ...) have underlying data of course.&lt;/P&gt;
&lt;P&gt;To capture the underlying data in a data set, use ODS OUTPUT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the name of the output objects, use ODS TRACE ON; .&lt;BR /&gt;The names are listed in the LOG as a result of&amp;nbsp;ODS TRACE ON; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title1 'Nitrogen Content of Red Clover Plants';
data Clover;
   input Strain $ Nitrogen @@;
   datalines;
3DOK1  19.4 3DOK1  32.6 3DOK1  27.0 3DOK1  32.1 3DOK1  33.0
3DOK5  17.7 3DOK5  24.8 3DOK5  27.9 3DOK5  25.2 3DOK5  24.3
3DOK4  17.0 3DOK4  19.4 3DOK4   9.1 3DOK4  11.9 3DOK4  15.8
3DOK7  20.7 3DOK7  21.0 3DOK7  20.5 3DOK7  18.8 3DOK7  18.6
3DOK13 14.3 3DOK13 14.4 3DOK13 11.8 3DOK13 11.6 3DOK13 14.2
COMPOS 17.3 COMPOS 19.4 COMPOS 19.1 COMPOS 16.9 COMPOS 20.8
;

ODS trace on;
ODS exclude BoxPlot;
ODS output LinesPlot=work.LinesPlot;

proc anova data=Clover;
   class Strain;
   model Nitrogen = Strain;
   means Strain / lsd lines;
run;
QUIT;

ODS TRACE OFF;

proc print data=work.LinesPlot;
run;
/* end of program */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 09:08:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886772#M1350</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-07-28T09:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: proc anova lsd lines graph</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886781#M1351</link>
      <description>&lt;P&gt;This is a side issue, but you should not be using PROC ANOVA for two-way ANOVA, unless you have absolutely equal sample sizes in each cell. From the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_anova_overview.htm" target="_self"&gt;PROC ANOVA documentation&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;Use PROC ANOVA for the analysis of balanced data only&lt;/EM&gt;, with the following exceptions: &lt;A id="statug.anova.a0000000008" class="indexterm" target="_blank"&gt;&lt;/A&gt; one-way analysis of variance, Latin square designs, certain partially balanced incomplete block designs, completely nested (hierarchical) designs, and designs with cell frequencies that are proportional to each other and are also proportional to the background population. These exceptions have designs in which the factors are all orthogonal to each other.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Caution&lt;/STRONG&gt;&lt;/SPAN&gt;: If you use PROC ANOVA for analysis of unbalanced data, you must assume responsibility for the validity of the results.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Use PROC GLM instead.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 10:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886781#M1351</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-07-28T10:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: proc anova lsd lines graph</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886794#M1352</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data= sashelp.class ;
class sex age ;
model height weight  =sex age ;
means age/LINESTABLE lines lsd ;
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-1690544385112.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86208i73219F68BEE366F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1690544385112.png" alt="Ksharp_0-1690544385112.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 11:39:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886794#M1352</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-07-28T11:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: proc anova lsd lines graph</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886797#M1353</link>
      <description>&lt;P&gt;Adding to my comment above:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are doing a two-way ANOVA, I think you want to use LSMEANS and not MEANS (unless you have equal number of observations in each cell)&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 11:57:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886797#M1353</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-07-28T11:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: proc anova lsd lines graph</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886799#M1354</link>
      <description>It is from OP's original code, &lt;BR /&gt;I don't know what OP want to do ,so just copy it .</description>
      <pubDate>Fri, 28 Jul 2023 11:56:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886799#M1354</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-07-28T11:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: proc anova lsd lines graph</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886800#M1355</link>
      <description>&lt;P&gt;My apologies, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt; , my previous message was not a response to you, and I just clicked reply on your message. It was supposed to be a response to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/446296"&gt;@greengg&lt;/a&gt; .&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 11:58:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/886800#M1355</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-07-28T11:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: proc anova lsd lines graph</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/887223#M1356</link>
      <description>&lt;P&gt;SORRY.. I DONT KNOW WHAT CAN I DO..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 01:50:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/887223#M1356</guid>
      <dc:creator>greengg</dc:creator>
      <dc:date>2023-08-01T01:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: proc anova lsd lines graph</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/887268#M1357</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/446296"&gt;@greengg&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;SORRY.. I DONT KNOW WHAT CAN I DO..&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/446296"&gt;@greengg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does it bother you that you marked a wrong post as a solution? &lt;BR /&gt;There's nothing more you can do about that. You can't reverse that, I guess. &lt;BR /&gt;But don't bother with it anymore. It's not a big deal. The question itself is no longer in status "open" and that's the most important thing.&lt;/P&gt;
&lt;P&gt;And for the statistics of&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp; and &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;, you don't have to correct it either. Those statistics are dizzying anyway. One solution more or less ... they will hardly notice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 11:28:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/proc-anova-lsd-lines-graph/m-p/887268#M1357</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-08-01T11:28:47Z</dc:date>
    </item>
  </channel>
</rss>

