BookmarkSubscribeRSS Feed
Bal23
Lapis Lazuli | Level 10

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.

So I use proc genmod. Anyother analysises, please give advice.

below is the error message

 

1523 proc genmod data = have;

1524 model abb= mbb /dist=negbin;

1525 run;

NOTE: Non-integer response values have been detected for the

Negative Binomial distribution.

WARNING: No output destinations active.

NOTE: Algorithm converged.

NOTE: The negative binomial dispersion parameter was estimated

by maximum likelihood.

NOTE: PROCEDURE GENMOD used (Total

5 REPLIES 5
PGStats
Opal | Level 21

"dist=negbin" requests maximum likelihood parameter estimation to explain things that can be counted. Counts are integers. What is abb?

PG
Bal23
Lapis Lazuli | Level 10

abb is my dependent variable, mbb is my independent variable

PGStats
Opal | Level 21

Advice: Take an Introductory course in Probability. Learn the difference between discrete and continuous distributions. 

PG
ballardw
Super User

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.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 5 replies
  • 1157 views
  • 0 likes
  • 3 in conversation