<?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: Best method to calculate right skewed healthcare cost? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Best-method-to-calculate-right-skewed-healthcare-cost/m-p/494371#M130256</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/94658"&gt;@Sujithpeta&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've patients healthcare annual cost and I would like to calculate the mean, but, the data is highly skewed to the right making the mean ~22 times the median. Below is the summary statistic for the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mean =&amp;nbsp; $10,312, Median = $1497, SD = 23,970, Max = $242,502, Min = $0&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I would really appreciate if someone can guide me to resource, preferably SAS code example.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Code for what?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my experience when the data is that variable, we usually report three statistics, the Median, 50% above/below which is easy to explain and then the 90% and 99th percentiles. These tell you how much 90% of people are paying and 99% to understand the distribution some more. If you're in Canada check CIHI cost reports, not sure what US has. You can probably look at the CIHI reports to know what to measure.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Sep 2018 02:53:30 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-09-11T02:53:30Z</dc:date>
    <item>
      <title>Best method to calculate right skewed healthcare cost?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Best-method-to-calculate-right-skewed-healthcare-cost/m-p/494365#M130253</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've patients healthcare annual cost and I would like to calculate the mean, but, the data is highly skewed to the right making the mean ~22 times the median. Below is the summary statistic for the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mean =&amp;nbsp; $10,312, Median = $1497, SD = 23,970, Max = $242,502, Min = $0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I would really appreciate if someone can guide me to resource, preferably SAS code example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 02:29:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Best-method-to-calculate-right-skewed-healthcare-cost/m-p/494365#M130253</guid>
      <dc:creator>Sujithpeta</dc:creator>
      <dc:date>2018-09-11T02:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Best method to calculate right skewed healthcare cost?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Best-method-to-calculate-right-skewed-healthcare-cost/m-p/494368#M130255</link>
      <description>&lt;P&gt;What properties do you want your measure of cost to have?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;meanCost&lt;/STRONG&gt; has the property that &lt;EM&gt;meanCost * TotalNumberPatients = TotalCost&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;medianCost&lt;/STRONG&gt; has the property that &lt;EM&gt;Cost &amp;lt; medianCost&lt;/EM&gt; for &lt;EM&gt;TotalNumberPatients/2&lt;/EM&gt; patients and &lt;EM&gt;Cost&amp;nbsp;&amp;gt; medianCost&lt;/EM&gt; for &lt;EM&gt;TotalNumberPatients/2&lt;/EM&gt; patients.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other measures have other properties. It all depends on what you need.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 02:46:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Best-method-to-calculate-right-skewed-healthcare-cost/m-p/494368#M130255</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-09-11T02:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Best method to calculate right skewed healthcare cost?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Best-method-to-calculate-right-skewed-healthcare-cost/m-p/494371#M130256</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/94658"&gt;@Sujithpeta&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've patients healthcare annual cost and I would like to calculate the mean, but, the data is highly skewed to the right making the mean ~22 times the median. Below is the summary statistic for the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mean =&amp;nbsp; $10,312, Median = $1497, SD = 23,970, Max = $242,502, Min = $0&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I would really appreciate if someone can guide me to resource, preferably SAS code example.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Code for what?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my experience when the data is that variable, we usually report three statistics, the Median, 50% above/below which is easy to explain and then the 90% and 99th percentiles. These tell you how much 90% of people are paying and 99% to understand the distribution some more. If you're in Canada check CIHI cost reports, not sure what US has. You can probably look at the CIHI reports to know what to measure.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 02:53:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Best-method-to-calculate-right-skewed-healthcare-cost/m-p/494371#M130256</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-11T02:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Best method to calculate right skewed healthcare cost?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Best-method-to-calculate-right-skewed-healthcare-cost/m-p/494376#M130261</link>
      <description>I’ve come across sources that point out using different methods like transforming the cost to log or use two part models. I’m looking for SAS code example for any of those methods.</description>
      <pubDate>Tue, 11 Sep 2018 03:11:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Best-method-to-calculate-right-skewed-healthcare-cost/m-p/494376#M130261</guid>
      <dc:creator>Sujithpeta</dc:creator>
      <dc:date>2018-09-11T03:11:12Z</dc:date>
    </item>
  </channel>
</rss>

