<?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: Comparing two clinical diagnosis approaches on same data in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Comparing-two-clinical-diagnosis-approaches-on-same-data/m-p/802521#M39440</link>
    <description>&lt;P&gt;See the documentation for statistical measures and tests of agreement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_freq_details78.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_freq_details78.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2022 19:07:55 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2022-03-16T19:07:55Z</dc:date>
    <item>
      <title>Comparing two clinical diagnosis approaches on same data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Comparing-two-clinical-diagnosis-approaches-on-same-data/m-p/802518#M39438</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a deidentified dataset of longterm care facility residents. I have 6 months worth of data where a MD diagnosed malnutrition based on weight. Binary variable = MD_mal (1 or 0).&lt;/P&gt;&lt;P&gt;My plan is to have an RD, blinded to the MD_mal column assess the same dataset by applying their approach to diagnosing malnutrition which will include weight, caloric intake, grip strength etc. which will result in Binary variable = RD_mal. I would then like to compare MD_mal vs RD_mal incidence over time (6-months). What would be the best statistical test? repeated measures ANOVA? Can I even use it or does it not meet assumptions? Any input would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you much in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 18:50:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Comparing-two-clinical-diagnosis-approaches-on-same-data/m-p/802518#M39438</guid>
      <dc:creator>ltjansen22</dc:creator>
      <dc:date>2022-03-16T18:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two clinical diagnosis approaches on same data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Comparing-two-clinical-diagnosis-approaches-on-same-data/m-p/802520#M39439</link>
      <description>&lt;P&gt;Assuming you have an assessment by both MD and RD for a subject at each of multiple times, then you could fit a logistic GEE model. Using the Generalized Estimating Equations example in the Getting Started example in the GENMOD chapter, CITY is like your MD/RD and AGE is like your time variable. The TYPE3 option allows you to assess if there is a significant interaction between MD/RD and time. Assuming it is, then the SLICE statement shows a comparison of MD vs RD at each time point. If it isn't significant and you decide to drop the interaction, then you would just specify MD/RD in an LSMEANS statement with the DIFF option.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc genmod data=six;
class case city age;
model wheeze = city|age / dist=b type3;
repeated subject=case / type=exch;
slice city*age / sliceby=age diff ilink means cl plot=none;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 19:07:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Comparing-two-clinical-diagnosis-approaches-on-same-data/m-p/802520#M39439</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-03-16T19:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two clinical diagnosis approaches on same data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Comparing-two-clinical-diagnosis-approaches-on-same-data/m-p/802521#M39440</link>
      <description>&lt;P&gt;See the documentation for statistical measures and tests of agreement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_freq_details78.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_freq_details78.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 19:07:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Comparing-two-clinical-diagnosis-approaches-on-same-data/m-p/802521#M39440</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2022-03-16T19:07:55Z</dc:date>
    </item>
  </channel>
</rss>

