<?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: Need a report. in Decisioning</title>
    <link>https://communities.sas.com/t5/Decisioning/Need-a-report/m-p/879700#M70</link>
    <description>Need some to help me with the interpretation of the output to help me build a report.</description>
    <pubDate>Thu, 08 Jun 2023 07:41:41 GMT</pubDate>
    <dc:creator>Varold</dc:creator>
    <dc:date>2023-06-08T07:41:41Z</dc:date>
    <item>
      <title>Need a report.</title>
      <link>https://communities.sas.com/t5/Decisioning/Need-a-report/m-p/879697#M68</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Title"Elgon fertilizer efficacy trial";
Options LS=90 PS=100 Nonumber;
Data ElgoFert;
Input REPS TRT$ G30D G45D T60D Chro;
Cards;
1	T5	44	52	49	37.65
1	T7	53	103	108	41.25
1	T3	52	86	102	33.85
1	T9	38	48	52	34.45
1	T2	48	62	69	40.8
1	T6	40	49	50	41.9
1	T4	36	56	58	39.55
1	T8	47	51	53	40.525
1	T1	46	54	53	36.85
2	T5	36	49	49	35.675
2	T3	31	39	41	38.85
2	T2	37	51	55	38.3
2	T8	35	45	47	33.65
2	T2	43	55	58	36.05
2	T4	43	51	68	32.85
2	T6	35	55	43	33.95
2	T1	24	63	56	33.05
2	T9	41	54	71	33.4
3	T4	43	67	88	30.65
3	T7	29	41	58	34
3	T6	24	36	40	33.825
3	T8	23	46	49	32.1
3	T2	30	46	56	32.5
3	T9	35	69	50	34.375
3	T1	38	21	26	36.025
3	T3	10	46	99	35.65
3	T5	28	68	67	35.9
;
PROC GLM Data=ElgoFert;
CLASS REPS TRT;
MODEL G30D G45D T60D Chro = REPS TRT;
MEANS REPS TRT/DUNCAN;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Jun 2023 07:22:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Decisioning/Need-a-report/m-p/879697#M68</guid>
      <dc:creator>Varold</dc:creator>
      <dc:date>2023-06-08T07:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need a report.</title>
      <link>https://communities.sas.com/t5/Decisioning/Need-a-report/m-p/879698#M69</link>
      <description>&lt;P&gt;I copied your code into the proper window (no attachments needed for code).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is your question?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 07:23:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Decisioning/Need-a-report/m-p/879698#M69</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-06-08T07:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need a report.</title>
      <link>https://communities.sas.com/t5/Decisioning/Need-a-report/m-p/879700#M70</link>
      <description>Need some to help me with the interpretation of the output to help me build a report.</description>
      <pubDate>Thu, 08 Jun 2023 07:41:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Decisioning/Need-a-report/m-p/879700#M70</guid>
      <dc:creator>Varold</dc:creator>
      <dc:date>2023-06-08T07:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need a report.</title>
      <link>https://communities.sas.com/t5/Decisioning/Need-a-report/m-p/879710#M71</link>
      <description>&lt;P&gt;Start with the documentation of the procedure:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_glm_toc.htm" target="_blank" rel="noopener"&gt;GLM Procedure&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 08:58:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Decisioning/Need-a-report/m-p/879710#M71</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-06-08T08:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need a report.</title>
      <link>https://communities.sas.com/t5/Decisioning/Need-a-report/m-p/879716#M72</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;Need some to help me with the interpretation of the output to help me build a report.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;Then SHOW US the output from PROC GLM (a screen capture is fine, included in your replay via the "Insert Photos" icon). Don't make us re-do work you have already done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ask specific questions. What parts don't you understand? What research question are you trying to answer with this data?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 09:57:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Decisioning/Need-a-report/m-p/879716#M72</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-06-08T09:57:03Z</dc:date>
    </item>
  </channel>
</rss>

