<?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: Median Days To Diagnosis in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Median-Days-To-Diagnosis/m-p/879744#M43530</link>
    <description>&lt;P&gt;Person 1 is diagnosed in 12 days&lt;/P&gt;
&lt;P&gt;Person 2 is diagnosed in 24 days&lt;/P&gt;
&lt;P&gt;Person 3 is diagnosed in 17 days&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't see any time series here.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 12:32:47 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2023-06-08T12:32:47Z</dc:date>
    <item>
      <title>Median Days To Diagnosis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-Days-To-Diagnosis/m-p/879740#M43527</link>
      <description>&lt;P&gt;Good Morning Everyone, or whatever time of day it is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have talked myself into a circle and I'm not sure which path to follow at this point.&amp;nbsp; So, I thought I would ask the experts.&lt;/P&gt;&lt;P&gt;What I am trying to do is determine if there is a statistically significant difference in the time it takes to reach a diagnosis based on the result of the diagnosis.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For example, does it take significantly longer to reach a final diagnosis based on whether a tumor is malignant or benign.&lt;/P&gt;&lt;P&gt;Calculating the median number of days to final diagnosis I believe I have figured out successfully.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;But then I have found myself a bit stuck.&amp;nbsp; I considered ANOVA but the time data violates the independence assumption.&lt;/P&gt;&lt;P&gt;I considered proc lifetest, conducting a peto test, and probdf but I'm uncertain which to use in this scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any guidance would be helpful.&amp;nbsp; Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 12:23:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-Days-To-Diagnosis/m-p/879740#M43527</guid>
      <dc:creator>DanielQuay</dc:creator>
      <dc:date>2023-06-08T12:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Median Days To Diagnosis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-Days-To-Diagnosis/m-p/879742#M43528</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;But then I have found myself a bit stuck. I considered ANOVA but the time data violates the independence assumption.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Explain further. If the variable of interest is number of days to diagnosis, there is no violation of the independence assumption as this is not time series data.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 12:27:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-Days-To-Diagnosis/m-p/879742#M43528</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-06-08T12:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Median Days To Diagnosis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-Days-To-Diagnosis/m-p/879743#M43529</link>
      <description>&lt;P&gt;That is where I've talked myself into a circle.&amp;nbsp; Doing a wilcoxon analysis seemed like it would be appropriate, but I haven't used time data in ... 12 years.&amp;nbsp; Can you help me wrap my head around how this isn't time series data?&amp;nbsp; I need a better understanding here so I can defend my methodology if challenged.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 12:31:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-Days-To-Diagnosis/m-p/879743#M43529</guid>
      <dc:creator>DanielQuay</dc:creator>
      <dc:date>2023-06-08T12:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Median Days To Diagnosis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-Days-To-Diagnosis/m-p/879744#M43530</link>
      <description>&lt;P&gt;Person 1 is diagnosed in 12 days&lt;/P&gt;
&lt;P&gt;Person 2 is diagnosed in 24 days&lt;/P&gt;
&lt;P&gt;Person 3 is diagnosed in 17 days&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't see any time series here.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 12:32:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-Days-To-Diagnosis/m-p/879744#M43530</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-06-08T12:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Median Days To Diagnosis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-Days-To-Diagnosis/m-p/881571#M43617</link>
      <description>&lt;P&gt;PROC LIFETEST is probably the simplest way to calculate the median value for a time to event variable, so long as not more than 50% of the observations are censored. The examples in the documentation are really quite good. Run those, and then see how to change to your variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 18:51:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-Days-To-Diagnosis/m-p/881571#M43617</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2023-06-20T18:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Median Days To Diagnosis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Median-Days-To-Diagnosis/m-p/881589#M43618</link>
      <description>Time series would have multiple measurements at different time for the same individual. You do not have that here. &lt;BR /&gt;&lt;BR /&gt;Because you have to have a final diagnosis for this analysis (benign/malignant) you don't have censored data either, so GLM/ANOVA is suitable. If your errors are not normally distributed, you can then switch to a non-parametric test.</description>
      <pubDate>Tue, 20 Jun 2023 19:42:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Median-Days-To-Diagnosis/m-p/881589#M43618</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-06-20T19:42:44Z</dc:date>
    </item>
  </channel>
</rss>

