<?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: Meaning of Misspattern in the ods output ModelAnova in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Meaning-of-Misspattern-in-the-ods-output-ModelAnova/m-p/867952#M1062</link>
    <description>&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But where can I find the interpretation of MissPattern (=1,2,3,...)&amp;nbsp; in the documentation ? How did you know that Misspattern = 2 implies X2 and X3 are missing ? I made a lot of tests and I always got a value of 1,2 or 3 for this variable (never 0 for example)...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2023 10:29:11 GMT</pubDate>
    <dc:creator>Pierre_Ars</dc:creator>
    <dc:date>2023-04-04T10:29:11Z</dc:date>
    <item>
      <title>Meaning of Misspattern in the ods output ModelAnova</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Meaning-of-Misspattern-in-the-ods-output-ModelAnova/m-p/867942#M1060</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running a proc anova and in the output Modelanova I see a variable Misspattern which seems to take 3 different values (in my case) : 1,2,3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example :&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;MissPattern&lt;/TD&gt;&lt;TD&gt;Dependent&lt;/TD&gt;&lt;TD&gt;HypothesisType&lt;/TD&gt;&lt;TD&gt;Source&lt;/TD&gt;&lt;TD&gt;DF&lt;/TD&gt;&lt;TD&gt;SS&lt;/TD&gt;&lt;TD&gt;MS&lt;/TD&gt;&lt;TD&gt;FValue&lt;/TD&gt;&lt;TD&gt;ProbF&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;m_chargetot&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;CD_LOB_NOMAD&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;22733363953&lt;/TD&gt;&lt;TD&gt;22733363953&lt;/TD&gt;&lt;TD&gt;6,845565506&lt;/TD&gt;&lt;TD&gt;0,00904096&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone explain how to interpret those values (here &lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 09:01:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Meaning-of-Misspattern-in-the-ods-output-ModelAnova/m-p/867942#M1060</guid>
      <dc:creator>Pierre_Ars</dc:creator>
      <dc:date>2023-04-04T09:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Meaning of Misspattern in the ods output ModelAnova</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Meaning-of-Misspattern-in-the-ods-output-ModelAnova/m-p/867951#M1061</link>
      <description>&lt;P&gt;There are three different missing patterns in your X-data. For example, when MISSPATTERN = 1 then X1 is missing, when MISSPATTERN = 2 then X2 and X3 are missing; and when MISSPATTERN = 3 then X1 and X3 are missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the presence of missing X variables, you should not be using PROC ANOVA. The &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_anova_overview.htm" target="_self"&gt;documentation&lt;/A&gt; states clearly:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Use PROC ANOVA for the analysis of balanced data only, 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;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 04 Apr 2023 10:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Meaning-of-Misspattern-in-the-ods-output-ModelAnova/m-p/867951#M1061</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-04-04T10:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Meaning of Misspattern in the ods output ModelAnova</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Meaning-of-Misspattern-in-the-ods-output-ModelAnova/m-p/867952#M1062</link>
      <description>&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But where can I find the interpretation of MissPattern (=1,2,3,...)&amp;nbsp; in the documentation ? How did you know that Misspattern = 2 implies X2 and X3 are missing ? I made a lot of tests and I always got a value of 1,2 or 3 for this variable (never 0 for example)...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 10:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Meaning-of-Misspattern-in-the-ods-output-ModelAnova/m-p/867952#M1062</guid>
      <dc:creator>Pierre_Ars</dc:creator>
      <dc:date>2023-04-04T10:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Meaning of Misspattern in the ods output ModelAnova</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Meaning-of-Misspattern-in-the-ods-output-ModelAnova/m-p/867953#M1063</link>
      <description>&lt;P&gt;So thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt; , your point allows me to solve my problem !&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 10:46:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Meaning-of-Misspattern-in-the-ods-output-ModelAnova/m-p/867953#M1063</guid>
      <dc:creator>Pierre_Ars</dc:creator>
      <dc:date>2023-04-04T10:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Meaning of Misspattern in the ods output ModelAnova</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Meaning-of-Misspattern-in-the-ods-output-ModelAnova/m-p/867956#M1064</link>
      <description>&lt;P&gt;The interpretation of MISSPATTERN is found by LOOKING AT your data with your own eyes and seeing what the pattern of missing is that exists in the data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;How did you know that Misspattern = 2 implies X2 and X3 are missing ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I did not say that MISSPATTERN = 2 implies that X2 and X3 are missing. I was giving an example, which began with the words "For Example", so it could be other variables that are missing — which you can figure out yourself by LOOKING AT your data with your own eyes.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 11:50:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Meaning-of-Misspattern-in-the-ods-output-ModelAnova/m-p/867956#M1064</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-04-04T11:50:27Z</dc:date>
    </item>
  </channel>
</rss>

