<?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: how to calculate negative agreement and positive agreement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-calculate-negative-agreement-and-positive-agreement/m-p/825332#M325998</link>
    <description>No, you want a 2X2.&lt;BR /&gt;&lt;BR /&gt;As Reeza said, how you handle low pos/high neg depends on the subject matter.  But the simplest thing for a homework assignment would be to treat low pos as pos and treat high neg as neg.</description>
    <pubDate>Mon, 25 Jul 2022 17:54:15 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2022-07-25T17:54:15Z</dc:date>
    <item>
      <title>how to calculate negative agreement and positive agreement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-calculate-negative-agreement-and-positive-agreement/m-p/825319#M325989</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was assigned to calculate Negative &amp;amp; Positive agreement but have no clue where to start.&amp;nbsp; When I googled, they presented a 2x2 table (true positives, true negatives, false positive, false negative).&amp;nbsp; however, in my situation I have more than a 2x2 table (see screenshot)&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="HitmonTran_1-1658769397564.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73715i7C2A3BE4F3ACD60E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HitmonTran_1-1658769397564.png" alt="HitmonTran_1-1658769397564.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;should I calculate them for individual row? (see screenshot)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HitmonTran_2-1658769481942.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73716iE6740C1C9DA7D9AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HitmonTran_2-1658769481942.png" alt="HitmonTran_2-1658769481942.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or should I keep create a 2x2 like the one below?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HitmonTran_3-1658769522879.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73717i9E561653B1076758/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HitmonTran_3-1658769522879.png" alt="HitmonTran_3-1658769522879.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;P&gt;again, i have no idea where to start, any suggestions will help, thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 17:19:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-calculate-negative-agreement-and-positive-agreement/m-p/825319#M325989</guid>
      <dc:creator>HitmonTran</dc:creator>
      <dc:date>2022-07-25T17:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to calculate negative agreement and positive agreement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-calculate-negative-agreement-and-positive-agreement/m-p/825322#M325992</link>
      <description>&lt;P&gt;Perhaps create a 2X2 by making a new variable which combines High Pos and Low Pos into a single Category Positive, and also collapses High Neg and Negative into a single category, Negative.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 17:24:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-calculate-negative-agreement-and-positive-agreement/m-p/825322#M325992</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2022-07-25T17:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to calculate negative agreement and positive agreement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-calculate-negative-agreement-and-positive-agreement/m-p/825323#M325993</link>
      <description>so you wouldn't separate only High Pos with Negative, Low Pos with Negative, High Neg with Negative? thank you</description>
      <pubDate>Mon, 25 Jul 2022 17:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-calculate-negative-agreement-and-positive-agreement/m-p/825323#M325993</guid>
      <dc:creator>HitmonTran</dc:creator>
      <dc:date>2022-07-25T17:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to calculate negative agreement and positive agreement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-calculate-negative-agreement-and-positive-agreement/m-p/825330#M325997</link>
      <description>&lt;P&gt;This is subject matter specific and depends on the question being asked/answered.&lt;/P&gt;
&lt;P&gt;You'd need to know the data and how the results are being interpreted to answer this correctly.&amp;nbsp;&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/111564"&gt;@HitmonTran&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;so you wouldn't separate only High Pos with Negative, Low Pos with Negative, High Neg with Negative? thank you&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 17:47:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-calculate-negative-agreement-and-positive-agreement/m-p/825330#M325997</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-07-25T17:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to calculate negative agreement and positive agreement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-calculate-negative-agreement-and-positive-agreement/m-p/825332#M325998</link>
      <description>No, you want a 2X2.&lt;BR /&gt;&lt;BR /&gt;As Reeza said, how you handle low pos/high neg depends on the subject matter.  But the simplest thing for a homework assignment would be to treat low pos as pos and treat high neg as neg.</description>
      <pubDate>Mon, 25 Jul 2022 17:54:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-calculate-negative-agreement-and-positive-agreement/m-p/825332#M325998</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2022-07-25T17:54:15Z</dc:date>
    </item>
  </channel>
</rss>

