Dear friends
I run this regression using probit grouped data regression models
gprobit ntcrimes pop cl income1 pyoung pforeign unempl $zvars
I have tried to replicate the analysis
gen lpe1=invnorm(ntcrimes/pop)
gen v= (ntcrimes/pop)*(pop-ntcrimes/pop)/(pop*normden^2*lpe1)
regress lpe1 cl income1 pyoung pforeign unempl $zvars [aweight=1/v]
but I dont get the same results I guess the problem is concerning with
the weights
Antonio
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/