BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
jrb173
Calcite | Level 5

I'm in a bit of a pinch here. I am working on my undergrad capstone project, examining the relationship between income inequality and violent crime in U.S. counties.

Here is my dilemma:

 

I believe my dependent variable (number of violent crimes) to be count data, correct? It is a simple count of how many times a violent crime occured in county X. I have been advised that this is not the case, however, I have a strong feeling that I am correct on this. A number of previous studies on the subject have utilized either a poisson regression or a negative binomial regression model while exploring essentially the same topic.

 

I am referencing Morgan Kelly (2000) inequality and crime as my guide through this paper. I feel as though negative binomial regression is the way to go, however I have been advised to use a tobit model. Any suggestions?

1 ACCEPTED SOLUTION

Accepted Solutions
alexchien
Pyrite | Level 9

Tobit models (censored Normal regression) are typically used for censored data. For data such as count of crimes, it is usually left censored (i.e. under reporting). SAS doesn't directly support censored Poisson regression at this point (It will be available in the future from SAS/ETS COUNTREG procedure). However, you can use PROC MODEL (SAS/ETS) to fit whatever model you like as long as you know the form of the likelihood, or PROC MCMC (SAS/STAT) for Bayesian censored Poisson regression. Tobit model should work well if the counts are not too small (something like > 5). You can use either PROC QLIM(SAS/ETS) or PROC LIFEREG(SAS/STAT) to fit Tobit models.

alex 

View solution in original post

1 REPLY 1
alexchien
Pyrite | Level 9

Tobit models (censored Normal regression) are typically used for censored data. For data such as count of crimes, it is usually left censored (i.e. under reporting). SAS doesn't directly support censored Poisson regression at this point (It will be available in the future from SAS/ETS COUNTREG procedure). However, you can use PROC MODEL (SAS/ETS) to fit whatever model you like as long as you know the form of the likelihood, or PROC MCMC (SAS/STAT) for Bayesian censored Poisson regression. Tobit model should work well if the counts are not too small (something like > 5). You can use either PROC QLIM(SAS/ETS) or PROC LIFEREG(SAS/STAT) to fit Tobit models.

alex 

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!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 964 views
  • 2 likes
  • 2 in conversation