Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Richard Williams <richardwilliams.ndu@gmail.com> |
To | statalist@hsphsun2.harvard.edu |
Subject | st: Time Series Poisson |
Date | Sun, 30 Oct 2011 20:53:40 -0500 |
However, I found this Stata Technical Bulletin for a very old user-written command called nwest. http://www.stata.com/products/stb/journals/stb39.pdf. It says "This article discusses the calculation of standard errors that are robust to heteroscedasticity and serial correlation for probit, logit, and poisson regression models."
I also found this slightly newer post from 2003: http://www.stata.com/statalist/archive/2003-06/msg00258.html.
What I take from this is that he should -tsset- his data and use -glm- to estimate a Poisson model with Newey-West standard errors, e.g. something like
glm y x1 x2 x3, family(poisson) link(log) vce(hac nwest)Does this sound right, and if so is this the best he can do, at least with Stata?
------------------------------------------- Richard Williams, Notre Dame Dept of Sociology OFFICE: (574)631-6668, (574)631-6463 HOME: (574)289-5227 EMAIL: Richard.A.Williams.5@ND.Edu WWW: http://www.nd.edu/~rwilliam * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/statalist/faq * http://www.ats.ucla.edu/stat/stata/