<?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 GLM plot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/GLM-plot/m-p/895809#M353928</link>
    <description>&lt;P&gt;Hi evry one,&lt;/P&gt;
&lt;P&gt;i need little help , i ma conducting GLM using ineraction between month and breed (see plot example below), so but GLM keep give me the months&amp;nbsp; in disorder , so please in any one have a&amp;nbsp; solution, that will be very helpful&lt;/P&gt;
&lt;P&gt;regards&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="Ameurgen_1-1695687321292.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/88319iAA44C8813C1FAC42/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ameurgen_1-1695687321292.png" alt="Ameurgen_1-1695687321292.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>Tue, 26 Sep 2023 00:18:44 GMT</pubDate>
    <dc:creator>Ameurgen</dc:creator>
    <dc:date>2023-09-26T00:18:44Z</dc:date>
    <item>
      <title>GLM plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/GLM-plot/m-p/895809#M353928</link>
      <description>&lt;P&gt;Hi evry one,&lt;/P&gt;
&lt;P&gt;i need little help , i ma conducting GLM using ineraction between month and breed (see plot example below), so but GLM keep give me the months&amp;nbsp; in disorder , so please in any one have a&amp;nbsp; solution, that will be very helpful&lt;/P&gt;
&lt;P&gt;regards&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="Ameurgen_1-1695687321292.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/88319iAA44C8813C1FAC42/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ameurgen_1-1695687321292.png" alt="Ameurgen_1-1695687321292.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>Tue, 26 Sep 2023 00:18:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/GLM-plot/m-p/895809#M353928</guid>
      <dc:creator>Ameurgen</dc:creator>
      <dc:date>2023-09-26T00:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: GLM plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/GLM-plot/m-p/895826#M353934</link>
      <description>&lt;P&gt;I'm going to go out on a limb and &lt;STRONG&gt;guess&lt;/STRONG&gt; as there is absolutely no actual description of the data involved that your variable Breeding_month is character, meaning it contains letters. So the natural order of character months starts with April, August, ....&lt;/P&gt;
&lt;P&gt;The easiest approach would be to create a new variable that is the month number of the calendar year and use that.&lt;/P&gt;
&lt;P&gt;If you want to see text like April appear then create a custom format that will display the numeric value 1='January' 2='February' etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OR go back early in your data and make sure that your month variable is a date value and use a format like MONNAME to display the dates as words.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/431097"&gt;@Ameurgen&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi evry one,&lt;/P&gt;
&lt;P&gt;i need little help , i ma conducting GLM using ineraction between month and breed (see plot example below), so but GLM keep give me the months&amp;nbsp; in disorder , so please in any one have a&amp;nbsp; solution, that will be very helpful&lt;/P&gt;
&lt;P&gt;regards&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="Ameurgen_1-1695687321292.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/88319iAA44C8813C1FAC42/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ameurgen_1-1695687321292.png" alt="Ameurgen_1-1695687321292.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;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 04:25:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/GLM-plot/m-p/895826#M353934</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-09-26T04:25:10Z</dc:date>
    </item>
  </channel>
</rss>

