<?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 Testing 2 sets of proportions to determine if they are different in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Testing-2-sets-of-proportions-to-determine-if-they-are-different/m-p/65806#M3132</link>
    <description>I have 68 2km x 2km plots for which the proportions of 5 land cover classes (proportions add to 1.0) have been determined by 2 methods. How can I determine that the two methods generate a significantly different result? &lt;BR /&gt;
&lt;BR /&gt;
I can use a pair-wise t-test to determine if the proportions generated by the two methods in the same class are significantly different. What I am looking for is an overall assessment of whether or not the two methods generate a significantly different result across all 5 land cover classes.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance for any input.</description>
    <pubDate>Tue, 25 Jan 2011 23:50:54 GMT</pubDate>
    <dc:creator>Frank_PFC</dc:creator>
    <dc:date>2011-01-25T23:50:54Z</dc:date>
    <item>
      <title>Testing 2 sets of proportions to determine if they are different</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Testing-2-sets-of-proportions-to-determine-if-they-are-different/m-p/65806#M3132</link>
      <description>I have 68 2km x 2km plots for which the proportions of 5 land cover classes (proportions add to 1.0) have been determined by 2 methods. How can I determine that the two methods generate a significantly different result? &lt;BR /&gt;
&lt;BR /&gt;
I can use a pair-wise t-test to determine if the proportions generated by the two methods in the same class are significantly different. What I am looking for is an overall assessment of whether or not the two methods generate a significantly different result across all 5 land cover classes.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance for any input.</description>
      <pubDate>Tue, 25 Jan 2011 23:50:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Testing-2-sets-of-proportions-to-determine-if-they-are-different/m-p/65806#M3132</guid>
      <dc:creator>Frank_PFC</dc:creator>
      <dc:date>2011-01-25T23:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Testing 2 sets of proportions to determine if they are different</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Testing-2-sets-of-proportions-to-determine-if-they-are-different/m-p/65807#M3133</link>
      <description>The table to be analyzed here is a 5x5 table (method1 x method2) and each of the 68 plots falls into one of the 25 cells.  As stated, it sounds like you want a test of marginal homogeneity.  That is, whether the 5 row proportions (marginal proportions for one method) are the same as the 5 column proportions (marginals for the other method.&lt;BR /&gt;
&lt;BR /&gt;
You can test for marginal homogeneity as shown in the example titled "Repeated Measures, 4 Response Levels, 1 Population" in the PROC CATMOD documentation. You will need to create a data set with one observation per plot and  with METHOD1 and METHOD2 variables containing the plots' classes under each method.  Then METHOD1 and METHOD2 are used like the RIGHT and LEFT variables in the example.  See this usage note for additional interpretation:&lt;BR /&gt;
&lt;BR /&gt;
   &lt;A href="http://support.sas.com/kb/39243" target="_blank"&gt;http://support.sas.com/kb/39243&lt;/A&gt;</description>
      <pubDate>Wed, 26 Jan 2011 21:35:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Testing-2-sets-of-proportions-to-determine-if-they-are-different/m-p/65807#M3133</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2011-01-26T21:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Testing 2 sets of proportions to determine if they are different</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Testing-2-sets-of-proportions-to-determine-if-they-are-different/m-p/65808#M3134</link>
      <description>Thank you for your suggestion.&lt;BR /&gt;
&lt;BR /&gt;
The approach you suggest works for the case where the 2 classifications are intersected spatially in a geographic information system and the area common to each of the 5 land cover classes in the two methods is evaluated in a contingency table to calculate a user's and producer's accuracy and an overall accuracy.&lt;BR /&gt;
&lt;BR /&gt;
In my case, I would like to test the similarity of the two sets of proportions as if they are describing two independent populations.  In this case, there are two sets of proportions that add up to 1.0 in each plot. I want to know if the two sets of proportions are significantly different from one another.</description>
      <pubDate>Thu, 27 Jan 2011 18:56:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Testing-2-sets-of-proportions-to-determine-if-they-are-different/m-p/65808#M3134</guid>
      <dc:creator>Frank_PFC</dc:creator>
      <dc:date>2011-01-27T18:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Testing 2 sets of proportions to determine if they are different</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Testing-2-sets-of-proportions-to-determine-if-they-are-different/m-p/65809#M3135</link>
      <description>Frank,&lt;BR /&gt;
&lt;BR /&gt;
You can use the MIXED procedure to test multiple correlated land cover class differences.  First, set up your data as within-plot differences for the first four cover classes. (The fifth cover class is an exact linear combination of the first four, so it can be excluded from use.  If you had just two cover classes, you would only use the within-plot difference of the first land cover class as your response variable.)  You will need each within-plot difference as a separate result with a label indicating which land cover class the difference belongs to.  That is, you want your data to be constructed as shown below:&lt;BR /&gt;
&lt;BR /&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;U&gt;plot&lt;/U&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;U&gt;CoverClass&lt;/U&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;U&gt;&amp;nbsp; &amp;nbsp; diff &amp;nbsp; &amp;nbsp; &lt;/U&gt;&lt;BR /&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;I&gt;diff[1,1]&lt;/I&gt;&lt;BR /&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;I&gt;diff[1,2]&lt;/I&gt;&lt;BR /&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;I&gt;diff[1,3]&lt;/I&gt;&lt;BR /&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;I&gt;diff[1,4]&lt;/I&gt;&lt;BR /&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;I&gt;diff[2,1]&lt;/I&gt;&lt;BR /&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;I&gt;diff[2,2]&lt;/I&gt;&lt;BR /&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;I&gt;diff[2,3]&lt;/I&gt;&lt;BR /&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;I&gt;diff[2,4]&lt;/I&gt;&lt;BR /&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;...&lt;BR /&gt;
&lt;BR /&gt;
With your data in this form, the following PROC MIXED code would be appropriate:&lt;BR /&gt;
&lt;BR /&gt;
proc mixed data=mydata;&lt;BR /&gt;
 &amp;nbsp; class plot CoverClass;&lt;BR /&gt;
 &amp;nbsp; model diff = CoverClass / s noint;&lt;BR /&gt;
 &amp;nbsp; repeated CoverClass / subject=plot type=un;&lt;BR /&gt;
run;</description>
      <pubDate>Fri, 28 Jan 2011 17:50:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Testing-2-sets-of-proportions-to-determine-if-they-are-different/m-p/65809#M3135</guid>
      <dc:creator>Dale</dc:creator>
      <dc:date>2011-01-28T17:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Testing 2 sets of proportions to determine if they are different</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Testing-2-sets-of-proportions-to-determine-if-they-are-different/m-p/65810#M3136</link>
      <description>Thanks very much for your suggestion, Dale. I haven't had a chance yet to try it out but my colleagues think it should do the trick.</description>
      <pubDate>Tue, 01 Feb 2011 17:38:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Testing-2-sets-of-proportions-to-determine-if-they-are-different/m-p/65810#M3136</guid>
      <dc:creator>Frank_PFC</dc:creator>
      <dc:date>2011-02-01T17:38:51Z</dc:date>
    </item>
  </channel>
</rss>

