<?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 Kappa proc freq in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Kappa-proc-freq/m-p/960816#M48124</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I would like to compare two kappas using proc freq but no kappa and p-value are displayed with no mentioning error in the log.&lt;/P&gt;&lt;P&gt;The goal is to compare two kappa calculated for two different way to read a scan. We ask to 4 different readers to localize a lesion with te two modalities.&lt;/P&gt;&lt;P&gt;Please find my code:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc freq data=allMalignantCases;&lt;BR /&gt;table arm_id*reader*location / agree ;&lt;BR /&gt;test kappa;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only tables of distribution are displayed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Mar 2025 11:20:22 GMT</pubDate>
    <dc:creator>PSIOT2</dc:creator>
    <dc:date>2025-03-04T11:20:22Z</dc:date>
    <item>
      <title>Kappa proc freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kappa-proc-freq/m-p/960816#M48124</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I would like to compare two kappas using proc freq but no kappa and p-value are displayed with no mentioning error in the log.&lt;/P&gt;&lt;P&gt;The goal is to compare two kappa calculated for two different way to read a scan. We ask to 4 different readers to localize a lesion with te two modalities.&lt;/P&gt;&lt;P&gt;Please find my code:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc freq data=allMalignantCases;&lt;BR /&gt;table arm_id*reader*location / agree ;&lt;BR /&gt;test kappa;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only tables of distribution are displayed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 11:20:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kappa-proc-freq/m-p/960816#M48124</guid>
      <dc:creator>PSIOT2</dc:creator>
      <dc:date>2025-03-04T11:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Kappa proc freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kappa-proc-freq/m-p/960823#M48125</link>
      <description>&lt;P&gt;To be complete with my previous message, there are 5 possible locations, 4 readers and two modalities of reading.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 13:16:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kappa-proc-freq/m-p/960823#M48125</guid>
      <dc:creator>PSIOT2</dc:creator>
      <dc:date>2025-03-04T13:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Kappa proc freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kappa-proc-freq/m-p/960832#M48126</link>
      <description>&lt;P&gt;What are the dimensions of the tables? The documentation for the KAPPA statistic states:&lt;BR /&gt;"&lt;SPAN&gt;Kappa coefficients are defined only for square tables, where the number of rows equals the number of columns. PROC FREQ does not compute kappa coefficients for tables that are not square"&lt;BR /&gt;See&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_freq_syntax11.htm#procstat.freq.freqtestkappa" target="_blank"&gt;SAS Help Center: TEST Statement&lt;/A&gt;'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 14:49:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kappa-proc-freq/m-p/960832#M48126</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2025-03-04T14:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Kappa proc freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kappa-proc-freq/m-p/960905#M48128</link>
      <description>&lt;P&gt;Also check sas built-in macro %MAGREE .&lt;BR /&gt;There are Kappa statistics you need in it.&lt;BR /&gt;&lt;A href="https://support.sas.com/kb/25/006.html" target="_blank" rel="noopener"&gt;https://support.sas.com/kb/25/006.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 06:19:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kappa-proc-freq/m-p/960905#M48128</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-03-05T06:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Kappa proc freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kappa-proc-freq/m-p/961386#M48164</link>
      <description>Thank you all, indeed my matrix is not squared and cmh2 works.</description>
      <pubDate>Mon, 10 Mar 2025 06:35:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kappa-proc-freq/m-p/961386#M48164</guid>
      <dc:creator>PSIOT2</dc:creator>
      <dc:date>2025-03-10T06:35:31Z</dc:date>
    </item>
  </channel>
</rss>

