<?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: Multivariate regression analysis for skewed medical cost in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-analysis-for-skewed-medical-cost/m-p/700773#M33806</link>
    <description>&lt;P&gt;Regression &lt;A href="https://blogs.sas.com/content/iml/2018/08/27/on-the-assumptions-and-misconceptions-of-linear-regression.html" target="_self"&gt;does not require normally distributed Y variables&lt;/A&gt;, so sayeth &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; and many others (including me). So no need to transform the data because the Y are not normal. (It does require the assumption of normally distributed errors.)&lt;/P&gt;</description>
    <pubDate>Sun, 22 Nov 2020 18:45:28 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-11-22T18:45:28Z</dc:date>
    <item>
      <title>Multivariate regression analysis for skewed medical cost</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-analysis-for-skewed-medical-cost/m-p/700636#M33796</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like most medical cost data, I've right skewed distribution (note: 99% observations are &amp;gt;$0) and my goal is to perform multivariate regression to compare the cost outcome between two groups while controlling for other covariates. I did initial web search to find any code/tutorial that would help me, found some that talked about two part model and would like your help in writing the code and interpreting it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From my quick research I've written the following code and results are in log values, can I just retransform the values? should I be adjusting for smearing bias?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	proc genmod data=outcomes_stats4;
		class exposure_new (ref="0") male HDHP_Flag Invokanaa_16 uncntrldb15_all invok_adh_q_new_p invok_adh_16_p sglt_adh_16_p;
		model mr_allowed_16 = exposure_new male HDHP_Flag Invokanaa_16 uncntrldb15_all invok_adh_q_new_p invok_adh_16_p sglt_adh_16_p age riskscore eff_sglt2_grp / dist=gamma link=log;
	run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV class="c"&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV class="c"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 21 Nov 2020 02:01:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-analysis-for-skewed-medical-cost/m-p/700636#M33796</guid>
      <dc:creator>petax004</dc:creator>
      <dc:date>2020-11-21T02:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multivariate regression analysis for skewed medical cost</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-analysis-for-skewed-medical-cost/m-p/700766#M33805</link>
      <description>&lt;P&gt;There is really no need to do any transformation. If you want estimated adjusted means on the response variable scale, use the LSMEANS statement with the ILINK option. If you want to do multiple comparisons among those means, add the DIFF option in the LSMEANS statement. You can get predicted values on the response scale using the PRED= option in the OUTPUT and confidence limits are available with the UPPER= and LOWER= options.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2020 17:08:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-analysis-for-skewed-medical-cost/m-p/700766#M33805</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2020-11-22T17:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multivariate regression analysis for skewed medical cost</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-analysis-for-skewed-medical-cost/m-p/700773#M33806</link>
      <description>&lt;P&gt;Regression &lt;A href="https://blogs.sas.com/content/iml/2018/08/27/on-the-assumptions-and-misconceptions-of-linear-regression.html" target="_self"&gt;does not require normally distributed Y variables&lt;/A&gt;, so sayeth &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; and many others (including me). So no need to transform the data because the Y are not normal. (It does require the assumption of normally distributed errors.)&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2020 18:45:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-analysis-for-skewed-medical-cost/m-p/700773#M33806</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-22T18:45:28Z</dc:date>
    </item>
  </channel>
</rss>

