<?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: when outcome variable is not normally distributed, what kind of regression analysis in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/275744#M55187</link>
    <description>&lt;P&gt;Advice: Take an Introductory course in Probability. Learn the difference between discrete&amp;nbsp;and continuous distributions.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2016 17:04:31 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2016-06-07T17:04:31Z</dc:date>
    <item>
      <title>when outcome variable is not normally distributed, what kind of regression analysis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/275733#M55181</link>
      <description>&lt;P&gt;I previously used regression analysis and there is a significant difference. Then I realize my dependent variable is not normally distirbuted, it is very skewed.&lt;/P&gt;&lt;P&gt;So I use proc genmod. Anyother analysises, please give advice.&lt;/P&gt;&lt;P&gt;below is the error message&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1523 proc genmod data = have;&lt;/P&gt;&lt;P&gt;1524 model abb= mbb /dist=negbin;&lt;/P&gt;&lt;P&gt;1525 run;&lt;/P&gt;&lt;P&gt;NOTE: Non-integer response values have been detected for the&lt;/P&gt;&lt;P&gt;Negative Binomial distribution.&lt;/P&gt;&lt;P&gt;WARNING: No output destinations active.&lt;/P&gt;&lt;P&gt;NOTE: Algorithm converged.&lt;/P&gt;&lt;P&gt;NOTE: The negative binomial dispersion parameter was estimated&lt;/P&gt;&lt;P&gt;by maximum likelihood.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE GENMOD used (Total&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 16:19:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/275733#M55181</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-07T16:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: when outcome variable is not normally distributed, what kind of regression analysis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/275741#M55185</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;dist=negbin" requests maximum likelihood parameter estimation to explain things that can be counted. Counts are integers. What is &lt;EM&gt;abb&lt;/EM&gt;?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 16:52:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/275741#M55185</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-06-07T16:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: when outcome variable is not normally distributed, what kind of regression analysis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/275742#M55186</link>
      <description>&lt;P&gt;abb is my dependent variable, mbb is my independent variable&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 16:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/275742#M55186</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-07T16:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: when outcome variable is not normally distributed, what kind of regression analysis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/275744#M55187</link>
      <description>&lt;P&gt;Advice: Take an Introductory course in Probability. Learn the difference between discrete&amp;nbsp;and continuous distributions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 17:04:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/275744#M55187</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-06-07T17:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: when outcome variable is not normally distributed, what kind of regression analysis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/275758#M55191</link>
      <description>&lt;P&gt;You didn't mention which type of regression you initially performed. Many types do not require the data to be normally distributed but that the errors are normally distributed.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 17:49:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/275758#M55191</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-06-07T17:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: when outcome variable is not normally distributed, what kind of regression analysis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/275972#M55261</link>
      <description>&lt;P&gt;it is linear regression&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 14:14:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/275972#M55261</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-08T14:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: when outcome variable is not normally distributed, what kind of regression analysis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/983980#M379633</link>
      <description>&lt;P&gt;This comment is unnecessarily rude, PGStats.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 16:40:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/983980#M379633</guid>
      <dc:creator>ClaudiaJimenezC</dc:creator>
      <dc:date>2026-02-24T16:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: when outcome variable is not normally distributed, what kind of regression analysis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/983993#M379634</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/40773"&gt;@Bal23&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;abb is my dependent variable, mbb is my independent variable&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The questions was meant to be what type of values does ABB contain, not its role in your model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are they positive integer values? If not then it is not appropriate to assume it should follow a negative binomial distribution.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 19:06:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/when-outcome-variable-is-not-normally-distributed-what-kind-of/m-p/983993#M379634</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2026-02-24T19:06:26Z</dc:date>
    </item>
  </channel>
</rss>

