<?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 Tests for comparing hospital lengths of stay in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116140#M6086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the most commonly used statistical tests for comparing the average length of a hospital stay?&amp;nbsp; Should I be thinking in terms of comparing the medians instead of the averages?&amp;nbsp; The data I have come from two separate groups of patients undergoing the same procedure.&amp;nbsp; Thanks in advance.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2013 20:20:05 GMT</pubDate>
    <dc:creator>julicny</dc:creator>
    <dc:date>2013-01-04T20:20:05Z</dc:date>
    <item>
      <title>Tests for comparing hospital lengths of stay</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116140#M6086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the most commonly used statistical tests for comparing the average length of a hospital stay?&amp;nbsp; Should I be thinking in terms of comparing the medians instead of the averages?&amp;nbsp; The data I have come from two separate groups of patients undergoing the same procedure.&amp;nbsp; Thanks in advance.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 20:20:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116140#M6086</guid>
      <dc:creator>julicny</dc:creator>
      <dc:date>2013-01-04T20:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Tests for comparing hospital lengths of stay</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116141#M6087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Truncated means&lt;/STRONG&gt; and&lt;STRONG&gt; trimmed means &lt;/STRONG&gt;are another approach for testing your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 20:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116141#M6087</guid>
      <dc:creator>MohammadFayaz</dc:creator>
      <dc:date>2013-01-04T20:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Tests for comparing hospital lengths of stay</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116142#M6088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the distribution of the data. If normally distributed then use averages, times are rarely normally distributed though, so median tends to be used instead. &lt;/P&gt;&lt;P&gt;Another option is to use log(time) instead, but again you'll need to verify the distribution of the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 20:28:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116142#M6088</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-01-04T20:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tests for comparing hospital lengths of stay</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116143#M6089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can compare it with logistic regression ( for example if a patient stay more than 7 days&amp;nbsp; 1 else 0) for each hospital.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(check proc logistic and proc genmod in SAS)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 20:47:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116143#M6089</guid>
      <dc:creator>MohammadFayaz</dc:creator>
      <dc:date>2013-01-04T20:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tests for comparing hospital lengths of stay</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116144#M6090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at NPAR1WAY example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_npar1way_sect020.htm" title="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_npar1way_sect020.htm"&gt;SAS/STAT(R) 9.3 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can show a significant location difference with the Wilcoxon test then you needn't look any further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2013 03:52:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116144#M6090</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-01-06T03:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Tests for comparing hospital lengths of stay</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116145#M6091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might also look at the differences in the distributions of the length of stay for the two groups of patients using PROC LIFEREG (multiple parametric distributions) or PROC LIFETEST (nonparametric distributions).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2013 18:38:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116145#M6091</guid>
      <dc:creator>1zmm</dc:creator>
      <dc:date>2013-01-06T18:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Tests for comparing hospital lengths of stay</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116146#M6092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the suggestions.&amp;nbsp;&amp;nbsp; I did the analysis using NPAR1WAY and did find significance with the Wilcoxon test.&amp;nbsp; The LIFETEST and LOGISTIC approaches seem interesting as well, but I am not sure I will have the time to pursue this analysis further.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 16:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Tests-for-comparing-hospital-lengths-of-stay/m-p/116146#M6092</guid>
      <dc:creator>julicny</dc:creator>
      <dc:date>2013-01-08T16:13:51Z</dc:date>
    </item>
  </channel>
</rss>

