<?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 Distribution of Change chart displaying jumbled text instead of box/whisker plot in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Distribution-of-Change-chart-displaying-jumbled-text-instead-of/m-p/394541#M20605</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Newbie here. I'm trying to do a one-way ANOVA using PROC GLM, and everything else comes back fine except for the distribution of change. It provideds what looks like a single negatively sloped line composed of overlapping text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the code I'm using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glm data=work.proceval plots=diagnostics;&lt;/P&gt;&lt;P&gt;class coalinfo4;&lt;/P&gt;&lt;P&gt;model change=coalinfo4;&lt;/P&gt;&lt;P&gt;means coalinfo4 / hovtest;&lt;/P&gt;&lt;P&gt;run;&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;&lt;P&gt;coalinfo4 is a categorical variable with three response options. I had previously run an ANOVA and it represented the categories as 1, 2, and 3, and was showing the Distribution of Change chart. I forgot to save the syntax, though, and now it represents the categories on the output as the entire text of the category and doesn't display the D of C chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suggestions???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Newbie&lt;/P&gt;</description>
    <pubDate>Sun, 10 Sep 2017 22:14:29 GMT</pubDate>
    <dc:creator>gjenkins3</dc:creator>
    <dc:date>2017-09-10T22:14:29Z</dc:date>
    <item>
      <title>Distribution of Change chart displaying jumbled text instead of box/whisker plot</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Distribution-of-Change-chart-displaying-jumbled-text-instead-of/m-p/394541#M20605</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Newbie here. I'm trying to do a one-way ANOVA using PROC GLM, and everything else comes back fine except for the distribution of change. It provideds what looks like a single negatively sloped line composed of overlapping text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the code I'm using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glm data=work.proceval plots=diagnostics;&lt;/P&gt;&lt;P&gt;class coalinfo4;&lt;/P&gt;&lt;P&gt;model change=coalinfo4;&lt;/P&gt;&lt;P&gt;means coalinfo4 / hovtest;&lt;/P&gt;&lt;P&gt;run;&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;&lt;P&gt;coalinfo4 is a categorical variable with three response options. I had previously run an ANOVA and it represented the categories as 1, 2, and 3, and was showing the Distribution of Change chart. I forgot to save the syntax, though, and now it represents the categories on the output as the entire text of the category and doesn't display the D of C chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suggestions???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Newbie&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 22:14:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Distribution-of-Change-chart-displaying-jumbled-text-instead-of/m-p/394541#M20605</guid>
      <dc:creator>gjenkins3</dc:creator>
      <dc:date>2017-09-10T22:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Distribution of Change chart displaying jumbled text instead of box/whisker plot</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Distribution-of-Change-chart-displaying-jumbled-text-instead-of/m-p/395108#M20629</link>
      <description>&lt;P&gt;Perhaps the coalinfo4 variable contains many more than three categories? Use PROC FREQ to find out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you didn't post code, try using a standard SAS example data set in the SASHELP libref. For example, here is your syntax applied to SASHELP.cars.&amp;nbsp;Which plot are you asking about?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=sashelp.cars plots=diagnostics;
class origin;
model mpg_city = origin;
means origin / hovtest;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 14:00:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Distribution-of-Change-chart-displaying-jumbled-text-instead-of/m-p/395108#M20629</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-09-12T14:00:31Z</dc:date>
    </item>
  </channel>
</rss>

