<?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: Error in PROC ANOVA in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Error-in-PROC-ANOVA/m-p/333135#M17591</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;yup i understood.and also corrected the error. thank you&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2017 19:52:52 GMT</pubDate>
    <dc:creator>m_priya</dc:creator>
    <dc:date>2017-02-15T19:52:52Z</dc:date>
    <item>
      <title>Error in PROC ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Error-in-PROC-ANOVA/m-p/332774#M17570</link>
      <description>&lt;P&gt;IM A BEGINNER IN SAS .IN MY PROJECT I NEED TO PERFORM ANALYSIS TO &amp;nbsp;MY DEPENDENT AND INDEPENDENT VARIABLES TO CHECK FOR HYPOTHESES.&lt;/P&gt;
&lt;P&gt;MY DEPENDENT VARIABLE&amp;nbsp; :&amp;nbsp;&amp;nbsp; ORDER - CHARACTER VAR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INDEPENDENT VARIABLES : CITY ,SOURCE-CHARACTER VAR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRICE ,QUANTITY,SALES AMT- NUMERIC VARIABLE.&lt;/P&gt;
&lt;P&gt;TOTALLY I HAVE SIX VARIABLES. I CONVERTED ALL MY NUMERIC VAR TO CHARACTER VAR AND PERFORMED THE CHISQ TEST.I GOT WARNING MESSAGE AS:(SOME%) OF CELLS HAVE EXPECTED COUNTS LESS THAN 5.CHISQ MAY NOT BE A VALID TEST.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AGAIN I TRIED FOR GLM /ANNOVA MULTIVARIATE TEST.GOT ERROR AS&lt;/P&gt;
&lt;P&gt;ERROR: Variable Order &amp;nbsp;in list does not match type prescribed for this list.&lt;/P&gt;
&lt;P&gt;EVEN IF I CHANGE THE POSITION OF DEPENDENT AND INDEPENDENT VAR I GET THE SAME ERROR.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HERE IS MY SCRIPT:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC ANOVA;&lt;BR /&gt;CLASS SOURCE;&lt;BR /&gt;MODEL&amp;nbsp;&amp;nbsp; ORDER = PRICE QUANTITY SALES AMOUNT CITY SOURCE ;&lt;BR /&gt;MANOVA H=_ALL_;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;COULD SOMEBODY HELP ME WITH WHAT KIND OF&amp;nbsp; ERROR IS THIS /ANY OTHER WAY TO PERFORM ANALYSIS FOR ALL THESE VARIABLE ALTOGETHER.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;THANKS IN ADVANCE.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 19:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Error-in-PROC-ANOVA/m-p/332774#M17570</guid>
      <dc:creator>m_priya</dc:creator>
      <dc:date>2017-02-14T19:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error in PROC ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Error-in-PROC-ANOVA/m-p/332783#M17572</link>
      <description>&lt;P&gt;First thing, when you have an error it helps to post the code and error by copying from the log and pasting into a code box opened with the {i} icon in the forum. Error messages often have indicators that help determine where the error occured but the main forum message box reformats the text making the error diagnostics less useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This error almost always means that you are using a character variable where the procedure expects a numeric.&lt;/P&gt;
&lt;P&gt;ERROR: Variable Order &amp;nbsp;in list does not match type prescribed for this list.&lt;/P&gt;
&lt;P&gt;The Anova procedure requires a numeric for the dependent variable. Character variables do not have any "variance" to analyze in this context&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 20:36:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Error-in-PROC-ANOVA/m-p/332783#M17572</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-02-14T20:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error in PROC ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Error-in-PROC-ANOVA/m-p/332791#M17573</link>
      <description>&lt;P&gt;WRITING IN ALL CAPS is yelling, personally I can't read your post. Can you please try and repost your question in a proper format. Use the { i } icon to embed your code in the post.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 20:48:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Error-in-PROC-ANOVA/m-p/332791#M17573</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-14T20:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error in PROC ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Error-in-PROC-ANOVA/m-p/332869#M17576</link>
      <description>&lt;PRE&gt;
Error info said your ORDER is character type variable, not numeric , therefore you can't use ANOVA.


&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Feb 2017 02:24:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Error-in-PROC-ANOVA/m-p/332869#M17576</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-02-15T02:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error in PROC ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Error-in-PROC-ANOVA/m-p/333135#M17591</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;yup i understood.and also corrected the error. thank you&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 19:52:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Error-in-PROC-ANOVA/m-p/333135#M17591</guid>
      <dc:creator>m_priya</dc:creator>
      <dc:date>2017-02-15T19:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error in PROC ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Error-in-PROC-ANOVA/m-p/333138#M17592</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;thakyou.i understood and corrected .&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 19:54:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Error-in-PROC-ANOVA/m-p/333138#M17592</guid>
      <dc:creator>m_priya</dc:creator>
      <dc:date>2017-02-15T19:54:46Z</dc:date>
    </item>
  </channel>
</rss>

